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