Uses of Class
org.apache.syncope.common.lib.SyncopeClientException
-
Packages that use SyncopeClientException Package Description org.apache.syncope.client.console org.apache.syncope.client.enduser org.apache.syncope.common.lib org.apache.syncope.core.provisioning.java.data -
-
Uses of SyncopeClientException in org.apache.syncope.client.console
Methods in org.apache.syncope.client.console with parameters of type SyncopeClientException Modifier and Type Method Description protected String
SyncopeConsoleSession. message(SyncopeClientException sce)
-
Uses of SyncopeClientException in org.apache.syncope.client.enduser
Methods in org.apache.syncope.client.enduser with parameters of type SyncopeClientException Modifier and Type Method Description protected String
SyncopeEnduserSession. message(SyncopeClientException sce)
-
Uses of SyncopeClientException in org.apache.syncope.common.lib
Subclasses of SyncopeClientException in org.apache.syncope.common.lib Modifier and Type Class Description class
SyncopeClientCompositeException
Methods in org.apache.syncope.common.lib that return SyncopeClientException Modifier and Type Method Description static SyncopeClientException
SyncopeClientException. build(ClientExceptionType type)
SyncopeClientException
SyncopeClientCompositeException. 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 boolean
SyncopeClientCompositeException. addException(SyncopeClientException exception)
-
Uses of SyncopeClientException in org.apache.syncope.core.provisioning.java.data
Methods in org.apache.syncope.core.provisioning.java.data with parameters of type SyncopeClientException Modifier and Type Method Description protected void
UserDataBinderImpl. linkedAccount(User user, LinkedAccountTO accountTO, AnyUtils anyUtils, SyncopeClientException invalidValues)
-