Package pl.edu.icm.unity.exceptions
Class IdentityExistsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
pl.edu.icm.unity.exceptions.EngineException
pl.edu.icm.unity.exceptions.WrongArgumentException
pl.edu.icm.unity.exceptions.IllegalFormContentsException
pl.edu.icm.unity.exceptions.IdentityExistsException
- All Implemented Interfaces:
Serializable
Throws to indicate that user already exists in the system. Used mainly in
registration scenarios to distinguish whether submitted identity exists or
not.
- Author:
- Roman Krysinski ([email protected])
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class pl.edu.icm.unity.exceptions.IllegalFormContentsException
IllegalFormContentsException.Category, IllegalFormContentsException.OccupiedIdentityUsedInRequest
-
Constructor Summary
-
Method Summary
Methods inherited from class pl.edu.icm.unity.exceptions.IllegalFormContentsException
getCategory, getPosition
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IdentityExistsException
-