Package com.ibm.jakarta.connector2.cics
Class CICSUserInputException
java.lang.Object
java.lang.Throwable
java.lang.Exception
jakarta.resource.ResourceException
jakarta.resource.spi.InvalidPropertyException
com.ibm.jakarta.connector2.cics.CICSUserInputException
- All Implemented Interfaces:
Serializable
@Deprecated
public class CICSUserInputException
extends jakarta.resource.spi.InvalidPropertyException
Deprecated.
since CICS TG v6.0, replaced by InvalidPropertyException
This Exception represents invalid user input for the CICS Resource Adapters.
It inherits all the properties of InvalidPropertyException, which is
itself a subclass of ResourceException.
-
Field Summary
Fields -
Method Summary
Methods inherited from class jakarta.resource.spi.InvalidPropertyException
getInvalidPropertyDescriptors, setInvalidPropertyDescriptors
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
Deprecated.- See Also:
-