public class VaultLoginException extends VaultException
| Constructor and Description |
|---|
VaultLoginException(String msg)
Create a
VaultLoginException with the specified detail message. |
VaultLoginException(String msg,
Throwable cause)
Create a
VaultLoginException with the specified detail message and nested
exception. |
| Modifier and Type | Method and Description |
|---|---|
static VaultLoginException |
create(String authMethod,
Throwable cause)
|
contains, getMessage, getMostSpecificCause, getRootCauseaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic VaultLoginException(String msg)
VaultLoginException with the specified detail message.msg - the detail message.public static VaultLoginException create(String authMethod, Throwable cause)
authMethod - must not be null.cause - must not be null.VaultLoginException.Copyright © 2016–2018 Pivotal Software, Inc.. All rights reserved.