Uses of Class
org.apache.syncope.common.lib.SyncopeClientException
-
Packages that use SyncopeClientException Package Description org.apache.syncope.common.lib -
-
Uses of SyncopeClientException in org.apache.syncope.common.lib
Subclasses of SyncopeClientException in org.apache.syncope.common.lib Modifier and Type Class Description classSyncopeClientCompositeExceptionMethods in org.apache.syncope.common.lib that return SyncopeClientException Modifier and Type Method Description static SyncopeClientExceptionSyncopeClientException. build(ClientExceptionType type)SyncopeClientExceptionSyncopeClientCompositeException. getException(ClientExceptionType exceptionType)Methods in org.apache.syncope.common.lib that return types with arguments of type SyncopeClientException Modifier and Type Method Description Set<SyncopeClientException>SyncopeClientCompositeException. getExceptions()Methods in org.apache.syncope.common.lib with parameters of type SyncopeClientException Modifier and Type Method Description booleanSyncopeClientCompositeException. addException(SyncopeClientException exception)
-