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 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 SyncopeClientExceptionModifier and TypeMethodDescriptionprotected String
SyncopeEnduserSession.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 SyncopeClientException
SyncopeClientException.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 TypeMethodDescriptionboolean
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 SyncopeClientExceptionModifier and TypeMethodDescriptionprotected void
UserDataBinderImpl.linkedAccount
(UserTO anyTO, User user, LinkedAccountTO accountTO, AnyUtils anyUtils, SyncopeClientException invalidValues)