Class IdentityExistsException

All Implemented Interfaces:
Serializable

public class IdentityExistsException extends IllegalFormContentsException
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:
  • Constructor Details

    • IdentityExistsException

      public IdentityExistsException(String msg)