Package io.smallrye.jwt.build
Class JwtSignatureException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.smallrye.jwt.build.JwtException
-
- io.smallrye.jwt.build.JwtSignatureException
-
- All Implemented Interfaces:
Serializable
public class JwtSignatureException extends JwtException
JWT Signature Exception- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JwtSignatureException()JwtSignatureException(String errorMessage)JwtSignatureException(String errorMessage, Throwable t)JwtSignatureException(Throwable t)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-