public class VaultException extends NestedRuntimeException
NestedRuntimeException
implementation.Constructor and Description |
---|
VaultException(String msg)
Creates a
VaultException with the specified detail message. |
VaultException(String msg,
Throwable cause)
Creates a
NestedRuntimeException with the specified detail message and nested exception. |
contains, getMessage, getMostSpecificCause, getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public VaultException(String msg)
VaultException
with the specified detail message.msg
- the detail messageCopyright © 2016 Pivotal Software, Inc.. All rights reserved.