Class JWTSigningException

All Implemented Interfaces:
Serializable

public class JWTSigningException extends JWTException
An unexpected exception occurred when signing the JWT.
Author:
Daniel DeGroff
See Also:
  • Constructor Details

    • JWTSigningException

      public JWTSigningException()
    • JWTSigningException

      public JWTSigningException(String message, Throwable cause)