Package com.auth0.jwt.exceptions
Class SignatureGenerationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.auth0.jwt.exceptions.JWTCreationException
-
- com.auth0.jwt.exceptions.SignatureGenerationException
-
- All Implemented Interfaces:
java.io.Serializable
public class SignatureGenerationException extends JWTCreationException
The exception that is thrown when signature is not able to be generated.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SignatureGenerationException(Algorithm algorithm, java.lang.Throwable cause)
-
-
-
Constructor Detail
-
SignatureGenerationException
public SignatureGenerationException(Algorithm algorithm, java.lang.Throwable cause)
-
-