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