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