Class JwtEncryptionException

All Implemented Interfaces:
Serializable

public class JwtEncryptionException extends JwtException
JWT Encryption Exception
See Also:
  • Constructor Details

    • JwtEncryptionException

      public JwtEncryptionException()
    • JwtEncryptionException

      public JwtEncryptionException(String errorMessage)
    • JwtEncryptionException

      public JwtEncryptionException(Throwable t)
    • JwtEncryptionException

      public JwtEncryptionException(String errorMessage, Throwable t)