public class VaultException
extends org.springframework.core.NestedRuntimeException
NestedRuntimeException implementation.| Constructor and Description |
|---|
VaultException(String msg)
Create a
VaultException with the specified detail message. |
VaultException(String msg,
Throwable cause)
Create a
VaultException with the specified detail message and nested
exception. |
contains, getMessage, getMostSpecificCause, getRootCauseaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic VaultException(String msg)
VaultException with the specified detail message.msg - the detail message.Copyright © 2016–2024 Pivotal Software, Inc.. All rights reserved.