Uses of Class
org.apache.syncope.common.lib.SyncopeClientException
-
-
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 StringSyncopeConsoleSession. 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 StringSyncopeEnduserSession. 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 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) -
Uses of SyncopeClientException in org.apache.syncope.core.persistence.jpa.dao
Methods in org.apache.syncope.core.persistence.jpa.dao that return types with arguments of type SyncopeClientException Modifier and Type Method Description protected static Supplier<SyncopeClientException>JPAAnySearchDAO. syncopeClientException(String message) -
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 voidUserDataBinderImpl. linkedAccount(User user, LinkedAccountTO accountTO, AnyUtils anyUtils, SyncopeClientException invalidValues)
-