Class ParseException

java.lang.Object
java.lang.Throwable
java.lang.Exception
io.smallrye.jwt.auth.principal.ParseException
All Implemented Interfaces:
Serializable

public class ParseException extends Exception
The exception thrown when there is a failure to parse the JWT
See Also:
  • Constructor Details

    • ParseException

      public ParseException(String message)
    • ParseException

      public ParseException(String message, Throwable cause)