public class PermissionDeniedException extends VaultConnectorException
| Constructor and Description |
|---|
PermissionDeniedException()
Constructs a new empty exception.
|
PermissionDeniedException(String message)
Constructs a new exception with the specified detail message.
|
PermissionDeniedException(String message,
Throwable cause)
Constructs a new exception with the specified detail message and cause.
|
PermissionDeniedException(Throwable cause)
Constructs a new exception with the specified cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PermissionDeniedException()
public PermissionDeniedException(String message)
message - the detail messagepublic PermissionDeniedException(Throwable cause)
cause - the causeCopyright © 2016–2017. All rights reserved.