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, size
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public 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 SyncopeClientException
public String getLocalizedMessage()
getLocalizedMessage
in class SyncopeClientException
Copyright © 2010–2023 The Apache Software Foundation. All rights reserved.