Class JwtException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
JwtEncryptionException, JwtSignatureException

public class JwtException extends RuntimeException
Base JWT Exception
See Also:
  • Constructor Details

    • JwtException

      public JwtException()
    • JwtException

      public JwtException(String errorMessage)
    • JwtException

      public JwtException(Throwable t)
    • JwtException

      public JwtException(String errorMessage, Throwable t)