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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SyncopeClientExceptionbuild(ClientExceptionType type) getType()booleanbooleanisEmpty()final voidsetType(ClientExceptionType type) intsize()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:
getMessagein classThrowable
-
getLocalizedMessage
- Overrides:
getLocalizedMessagein classThrowable
-