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() |
List<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, toStringprotected 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 Throwablepublic String getLocalizedMessage()
getLocalizedMessage in class ThrowableCopyright © 2010–2018 The Apache Software Foundation. All rights reserved.