Class AlreadyExistsException

All Implemented Interfaces:
Serializable

public class AlreadyExistsException extends SchedulerException
Exception to indicate an object being created already exists in the system.
See Also:
  • Constructor Details

    • AlreadyExistsException

      public AlreadyExistsException()
      Constructor
    • AlreadyExistsException

      public AlreadyExistsException(String msg)
      Constructor with a detailed message.
      Parameters:
      msg - the associated detailed message
    • AlreadyExistsException

      public AlreadyExistsException(Throwable cause)
      Constructor with the underlying cause.
      Parameters:
      cause - the underlying cause for exception.
    • AlreadyExistsException

      public AlreadyExistsException(String msg, Throwable cause)
      Constructor with a detailed message and underlying cause.
      Parameters:
      msg - the detailed message for the exception.
      cause - underlying cause for the exception.