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