public abstract class VaultSessionManagerException extends VaultException
Constructor and Description |
---|
VaultSessionManagerException(String msg)
Create a
VaultSessionManagerException with the specified detail message. |
VaultSessionManagerException(String msg,
Throwable cause)
Create a
VaultSessionManagerException 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 VaultSessionManagerException(String msg)
VaultSessionManagerException
with the specified detail message.msg
- the detail message.Copyright © 2016–2020 Pivotal Software, Inc.. All rights reserved.