public abstract class PermissionException extends Exception
| Constructor and Description |
|---|
PermissionException()
Default constructor.
|
PermissionException(String s)
Default constructor.
|
PermissionException(String s,
Throwable throwable)
Default constructor.
|
PermissionException(Throwable throwable)
Default constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PermissionException()
public PermissionException(String s)
s - the message.public PermissionException(String s, Throwable throwable)
s - the message.throwable - the Exception.Copyright © 2022 Atlassian. All rights reserved.