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, getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public 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–2020 Pivotal Software, Inc.. All rights reserved.