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