Class JwtCreationFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
energy.eddie.regionconnector.shared.exceptions.JwtCreationFailedException
- All Implemented Interfaces:
Serializable
Wrapper class to avoid having to add JOSE dependencies to a module just to be able to catch a
JOSEException.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
JwtCreationFailedException
public JwtCreationFailedException(com.nimbusds.jose.JOSEException cause)
-