Class JwtSvidException

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

public class JwtSvidException extends Exception
Checked exception thrown when there is an error parsing the components of an JWT SVID.
See Also:
  • Constructor Details

    • JwtSvidException

      public JwtSvidException(String message)
    • JwtSvidException

      public JwtSvidException(String message, Throwable cause)