Class AlreadyExistsException

All Implemented Interfaces:
Serializable

public class AlreadyExistsException extends UserRoleDaoException
Thrown when an object already exists with the given identifier.
Author:
mlowery
See Also:
  • Constructor Details

    • AlreadyExistsException

      public AlreadyExistsException(String msg)
    • AlreadyExistsException

      public AlreadyExistsException(String msg, Throwable t)