Class VaultTokenLookupException

All Implemented Interfaces:
Serializable

public class VaultTokenLookupException extends VaultException
Exception thrown if a token self-lookup fails via auth/token/lookup-self.
Since:
2.0
Author:
Mark Paluch
See Also:
  • Constructor Details

    • VaultTokenLookupException

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

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