Uses of Class
org.apache.syncope.common.lib.SyncopeClientException
Packages that use SyncopeClientException
Package
Description
-
Uses of SyncopeClientException in org.apache.syncope.client.console
Methods in org.apache.syncope.client.console with parameters of type SyncopeClientExceptionModifier and TypeMethodDescriptionprotected StringSyncopeConsoleSession.message(SyncopeClientException sce) -
Uses of SyncopeClientException in org.apache.syncope.client.enduser
Methods in org.apache.syncope.client.enduser with parameters of type SyncopeClientExceptionModifier and TypeMethodDescriptionprotected StringSyncopeEnduserSession.message(SyncopeClientException sce) -
Uses of SyncopeClientException in org.apache.syncope.common.lib
Subclasses of SyncopeClientException in org.apache.syncope.common.libMethods in org.apache.syncope.common.lib that return SyncopeClientExceptionModifier and TypeMethodDescriptionstatic SyncopeClientExceptionSyncopeClientException.build(ClientExceptionType type) SyncopeClientCompositeException.getException(ClientExceptionType exceptionType) Methods in org.apache.syncope.common.lib that return types with arguments of type SyncopeClientExceptionMethods in org.apache.syncope.common.lib with parameters of type SyncopeClientExceptionModifier and TypeMethodDescriptionbooleanSyncopeClientCompositeException.addException(SyncopeClientException exception) -
Uses of SyncopeClientException in org.apache.syncope.core.provisioning.java.data
Methods in org.apache.syncope.core.provisioning.java.data that return SyncopeClientExceptionModifier and TypeMethodDescriptionprotected SyncopeClientExceptionUserDataBinderImpl.addToSyncopeClientException(SyncopeClientCompositeException scce, RuntimeException e) protected SyncopeClientExceptionRealmDataBinderImpl.checkMandatoryOnResources(Realm realm) Methods in org.apache.syncope.core.provisioning.java.data with parameters of type SyncopeClientExceptionModifier and TypeMethodDescriptionprotected voidUserDataBinderImpl.linkedAccount(UserTO anyTO, User user, LinkedAccountTO accountTO, SyncopeClientException invalidValues)