Package com.ibm.jakarta.connector2.cics
Class JWTTokenInvalidException
java.lang.Object
java.lang.Throwable
java.lang.Exception
jakarta.resource.ResourceException
jakarta.resource.spi.SecurityException
com.ibm.jakarta.connector2.cics.JWTTokenInvalidException
- All Implemented Interfaces:
Serializable
public class JWTTokenInvalidException
extends jakarta.resource.spi.SecurityException
This exception is a subclass of SecurityException and will be reported
if an invalid JWT is used with a ECI request. Upon catching this exception,
validate whether a valid JWT is sent with ECI request.
-
Field Summary
Fields -
Method Summary
Methods inherited from class jakarta.resource.ResourceException
getErrorCode, getLinkedException, getMessage, setErrorCode, setLinkedException
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
CLASS_VERSION
- See Also:
-