Package org.apache.syncope.common.lib
Class SyncopeClientException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.syncope.common.lib.SyncopeClientException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
SyncopeClientCompositeException
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic SyncopeClientException
build
(ClientExceptionType type) getType()
boolean
boolean
isEmpty()
final void
setType
(ClientExceptionType type) int
size()
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SyncopeClientException
-
-
Method Details
-
build
-
buildComposite
-
isComposite
public boolean isComposite() -
asComposite
-
getType
-
setType
-
getElements
-
isEmpty
public boolean isEmpty() -
size
public int size() -
getMessage
- Overrides:
getMessage
in classThrowable
-
getLocalizedMessage
- Overrides:
getLocalizedMessage
in classThrowable
-