public class SecretNotFoundException extends VaultException
| Constructor and Description |
|---|
SecretNotFoundException(String msg,
String path)
Create a
SecretNotFoundException with the specified detail message. |
SecretNotFoundException(String msg,
Throwable cause,
String path)
Create a
SecretNotFoundException with the specified detail message and
nested exception. |
| Modifier and Type | Method and Description |
|---|---|
String |
getPath() |
contains, getMessage, getMostSpecificCause, getRootCauseaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SecretNotFoundException(String msg, String path)
SecretNotFoundException with the specified detail message.msg - the detail message.path - the canonical data path.public String getPath()
Copyright © 2016–2022 Pivotal Software, Inc.. All rights reserved.