public class SyncopeClientCompositeException extends SyncopeClientException
| Modifier | Constructor and Description |
|---|---|
protected |
SyncopeClientCompositeException() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
addException(SyncopeClientException exception) |
SyncopeClientException |
getException(ClientExceptionType exceptionType) |
Set<SyncopeClientException> |
getExceptions() |
String |
getLocalizedMessage() |
String |
getMessage() |
boolean |
hasException(ClientExceptionType exceptionType) |
boolean |
hasExceptions() |
asComposite, build, buildComposite, getElements, getType, isComposite, isEmpty, setType, sizeaddSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic boolean hasExceptions()
public boolean hasException(ClientExceptionType exceptionType)
public SyncopeClientException getException(ClientExceptionType exceptionType)
public Set<SyncopeClientException> getExceptions()
public boolean addException(SyncopeClientException exception)
public String getMessage()
getMessage in class SyncopeClientExceptionpublic String getLocalizedMessage()
getLocalizedMessage in class SyncopeClientExceptionCopyright © 2010–2018 The Apache Software Foundation. All rights reserved.