Package org.apache.syncope.common.lib
Class SyncopeClientCompositeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.syncope.common.lib.SyncopeClientException
org.apache.syncope.common.lib.SyncopeClientCompositeException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
addException
(SyncopeClientException exception) getException
(ClientExceptionType exceptionType) boolean
hasException
(ClientExceptionType exceptionType) boolean
Methods inherited from class org.apache.syncope.common.lib.SyncopeClientException
asComposite, build, buildComposite, getElements, getType, isComposite, isEmpty, setType, size
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SyncopeClientCompositeException
protected SyncopeClientCompositeException()
-
-
Method Details
-
hasExceptions
public boolean hasExceptions() -
hasException
-
getException
-
getExceptions
-
addException
-
getMessage
- Overrides:
getMessage
in classSyncopeClientException
-
getLocalizedMessage
- Overrides:
getLocalizedMessage
in classSyncopeClientException
-