Class JwtBundleException

java.lang.Object
java.lang.Throwable
java.lang.Exception
io.spiffe.exception.JwtBundleException
All Implemented Interfaces:
Serializable

public class JwtBundleException extends Exception
Checked exception thrown when there is an error creating a JWT Bundle.
See Also:
  • Constructor Details

    • JwtBundleException

      public JwtBundleException(String message)
    • JwtBundleException

      public JwtBundleException(String message, Throwable cause)