com.ibm.connector2.cics

Class JWTTokenInvalidException

  • java.lang.Object
    • java.lang.Throwable
      • java.lang.Exception
        • javax.resource.ResourceException
          • javax.resource.spi.SecurityException
            • com.ibm.connector2.cics.JWTTokenInvalidException
  • All Implemented Interfaces:
    java.io.Serializable


    public class JWTTokenInvalidException
    extends javax.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.
    • Method Summary

      • Methods inherited from class javax.resource.ResourceException

        getErrorCode, getLinkedException, setErrorCode, setLinkedException
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

©Copyright IBM Corp. 1994, 2024


Legal