Class AlreadyExistsException

All Implemented Interfaces:
Serializable

public class AlreadyExistsException extends RemoteException
Exception thrown when a user tries to create an object that already exists
See Also:
  • Constructor Details

    • AlreadyExistsException

      public AlreadyExistsException()
    • AlreadyExistsException

      public AlreadyExistsException(String message)
    • AlreadyExistsException

      public AlreadyExistsException(Throwable cause)
    • AlreadyExistsException

      public AlreadyExistsException(String message, Throwable cause)