Class VaultTokenRenewalException

All Implemented Interfaces:
Serializable

public class VaultTokenRenewalException extends VaultSessionManagerException
Exception thrown when a Vault token renewal fails.
Since:
2.1
Author:
Mark Paluch
See Also:
  • Constructor Details

    • VaultTokenRenewalException

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

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