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
 
 public class SyncopeClientException extends RuntimeException - See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Modifier Constructor Description protectedSyncopeClientException(ClientExceptionType type)
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description SyncopeClientCompositeExceptionasComposite()static SyncopeClientExceptionbuild(ClientExceptionType type)static SyncopeClientCompositeExceptionbuildComposite()Set<String>getElements()StringgetLocalizedMessage()StringgetMessage()ClientExceptionTypegetType()booleanisComposite()booleanisEmpty()voidsetType(ClientExceptionType type)intsize()- 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
SyncopeClientExceptionprotected SyncopeClientException(ClientExceptionType type) 
 
- 
 - 
Method Detail- 
buildpublic static SyncopeClientException build(ClientExceptionType type) 
 - 
buildCompositepublic static SyncopeClientCompositeException buildComposite() 
 - 
isCompositepublic boolean isComposite() 
 - 
asCompositepublic SyncopeClientCompositeException asComposite() 
 - 
getTypepublic ClientExceptionType getType() 
 - 
setTypepublic final void setType(ClientExceptionType type) 
 - 
isEmptypublic boolean isEmpty() 
 - 
sizepublic int size() 
 - 
getMessagepublic String getMessage() - Overrides:
- getMessagein class- Throwable
 
 - 
getLocalizedMessagepublic String getLocalizedMessage() - Overrides:
- getLocalizedMessagein class- Throwable
 
 
- 
 
-