Class VaultSessionManagerException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
VaultTokenRenewalException

public abstract class VaultSessionManagerException extends VaultException
Abstract superclass for all exceptions thrown in the session manager implementations
Since:
2.1
Author:
Mark Paluch
See Also:
  • Constructor Details

    • VaultSessionManagerException

      public VaultSessionManagerException(String msg)
      Create a VaultSessionManagerException with the specified detail message.
      Parameters:
      msg - the detail message.
    • VaultSessionManagerException

      public VaultSessionManagerException(String msg, Throwable cause)
      Create a VaultSessionManagerException with the specified detail message and nested exception.
      Parameters:
      msg - the detail message.
      cause - the nested exception.