public class AlreadyConnectedException extends SchedulerException
Constructor and Description |
---|
AlreadyConnectedException()
Create a new instance of AlreadyConnectedException.
|
AlreadyConnectedException(String msg)
Attaches a message to the AlreadyConnectedException.
|
AlreadyConnectedException(String msg,
Throwable cause)
Create a new instance of AlreadyConnectedException with the given message and cause
|
AlreadyConnectedException(Throwable cause)
Create a new instance of AlreadyConnectedException with the given cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public AlreadyConnectedException(String msg)
msg
- message attached.public AlreadyConnectedException()
public AlreadyConnectedException(String msg, Throwable cause)
msg
- the message to attach.cause
- the cause of the exception.public AlreadyConnectedException(Throwable cause)
cause
- the cause of the exception.