Class UserAlreadyExistsException

  • All Implemented Interfaces:
    Serializable

    public class UserAlreadyExistsException
    extends Exception
    Thrown when attempting to create a user that already exists.
    Author:
    Iain Shigeoka
    See Also:
    Serialized Form
    • Constructor Detail

      • UserAlreadyExistsException

        public UserAlreadyExistsException()
      • UserAlreadyExistsException

        public UserAlreadyExistsException​(String msg)
      • UserAlreadyExistsException

        public UserAlreadyExistsException​(Throwable nestedThrowable)
      • UserAlreadyExistsException

        public UserAlreadyExistsException​(String msg,
                                          Throwable nestedThrowable)