@OpenApiAll
public class PermissionException
extends java.lang.Exception
Modifier | Constructor and Description |
---|---|
|
PermissionException()
Creates and initializes a new
PermissionException instance. |
|
PermissionException(java.lang.String message)
Creates and initializes a new
PermissionException instance from the specified parameter. |
|
PermissionException(java.lang.String message,
java.lang.Throwable cause)
Creates and initializes a new
PermissionException instance from the specified parameters. |
protected |
PermissionException(java.lang.String message,
java.lang.Throwable cause,
boolean enableSuppression,
boolean writableStackTrace)
Creates and initializes a new
PermissionException instance from the specified parameters. |
|
PermissionException(java.lang.Throwable cause)
Creates and initializes a new
PermissionException instance from the specified parameters. |
public PermissionException()
PermissionException
instance.public PermissionException(java.lang.String message)
PermissionException
instance from the specified parameter.message
- an error message.public PermissionException(java.lang.String message, java.lang.Throwable cause)
PermissionException
instance from the specified parameters.cause
- a cause of the problem.message
- an error message.public PermissionException(java.lang.Throwable cause)
PermissionException
instance from the specified parameters.cause
- a cause of the problem.protected PermissionException(java.lang.String message, java.lang.Throwable cause, boolean enableSuppression, boolean writableStackTrace)
PermissionException
instance from the specified parameters.message
- an error message.cause
- a cause of the problem.enableSuppression
- whether or not suppression is enabled or disabled.writableStackTrace
- whether or not the stack trace should be writable.