public class SyncopeClientException extends RuntimeException
Modifier | Constructor and Description |
---|---|
protected |
SyncopeClientException(ClientExceptionType type) |
Modifier and Type | Method and Description |
---|---|
SyncopeClientCompositeException |
asComposite() |
static SyncopeClientException |
build(ClientExceptionType type) |
static SyncopeClientCompositeException |
buildComposite() |
Set<String> |
getElements() |
String |
getLocalizedMessage() |
String |
getMessage() |
ClientExceptionType |
getType() |
boolean |
isComposite() |
boolean |
isEmpty() |
void |
setType(ClientExceptionType type) |
int |
size() |
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
protected SyncopeClientException(ClientExceptionType type)
public static SyncopeClientException build(ClientExceptionType type)
public static SyncopeClientCompositeException buildComposite()
public boolean isComposite()
public SyncopeClientCompositeException asComposite()
public ClientExceptionType getType()
public final void setType(ClientExceptionType type)
public boolean isEmpty()
public int size()
public String getMessage()
getMessage
in class Throwable
public String getLocalizedMessage()
getLocalizedMessage
in class Throwable
Copyright © 2010–2023 The Apache Software Foundation. All rights reserved.