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