public class AlreadyExistsException extends SchedulerException
Constructor and Description |
---|
AlreadyExistsException()
Constructor
|
AlreadyExistsException(String msg)
Constructor with a detailed message.
|
AlreadyExistsException(String msg,
Throwable cause)
Constructor with a detailed message and underlying cause.
|
AlreadyExistsException(Throwable cause)
Constructor with the underlying cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public AlreadyExistsException()
public AlreadyExistsException(String msg)
msg
- the associated detailed messagepublic AlreadyExistsException(Throwable cause)
cause
- the underlying cause for exception.