Class AlreadyExistsException

All Implemented Interfaces:
Serializable

public class AlreadyExistsException extends ConnectException
Indicates the operation tried to create an entity that already exists.
See Also:
  • Constructor Details

    • AlreadyExistsException

      public AlreadyExistsException(String s)
    • AlreadyExistsException

      public AlreadyExistsException(String s, Throwable throwable)
    • AlreadyExistsException

      public AlreadyExistsException(Throwable throwable)