Class JwtSourceException

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

public class JwtSourceException extends Exception
Checked thrown when there is an error creating or initializing a JWT Source.
See Also:
  • Constructor Details

    • JwtSourceException

      public JwtSourceException(String message)
    • JwtSourceException

      public JwtSourceException(String message, Throwable cause)