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