AuthorizationException |
Thrown when there is authorization problem
|
AuthorizationExceptionRT |
Thrown when there is authorization problem, this is a runtime variant.
|
CapacityLimitReachedException |
Thrown when capacity limit is reached.
|
CredentialRecentlyUsedException |
Thrown when credential being set was recently used
|
EngineException |
Super class of all API exceptions.
|
IdentityExistsException |
Throws to indicate that user already exists in the system.
|
IllegalAttributeTypeException |
Thrown when attribtue type is invalid.
|
IllegalAttributeValueException |
Thrown when attribtue value is invalid.
|
IllegalCredentialException |
Thrown when credential definition is invalid.
|
IllegalFormContentsException |
Thrown when there is problem with submitted form (enquiry, registration etc).
|
IllegalFormContentsException.OccupiedIdentityUsedInRequest |
|
IllegalFormTypeException |
Thrown when type is invalid.
|
IllegalGroupValueException |
Thrown when group value is invalid.
|
IllegalIdentityValueException |
Thrown when identity value is invalid.
|
IllegalTypeException |
Thrown when type is invalid.
|
InternalException |
Thrown when a low level problem occurs, which in principle shouldn't happen.
|
MergeConflictException |
Thrown when there is merge conflict which shall be reported
|
RuntimeEngineException |
Unchecked engine exception, used mainly in scenarios where spring cannot
handle checked exceptions e.g.
|
SchemaConsistencyException |
Thrown when operation would cause database schema consistency violation.
|
TooManyAttempts |
Signals an error of too many attempts, e.g.
|
UnknownIdentityException |
Thrown when identity value is invalid.
|
WrongArgumentException |
Thrown when there is problem with arguments, and when we want to have a checked exception.
|