CICS® Transaction Gateway Programming Reference v1.1.0.0

com.ibm.connector2.cics
Class CICSUserInputException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.resource.ResourceException
              extended by javax.resource.spi.InvalidPropertyException
                  extended by com.ibm.connector2.cics.CICSUserInputException
All Implemented Interfaces:
java.io.Serializable

Deprecated. since CICS TG v6.0, replaced by InvalidPropertyException

@Deprecated
public class CICSUserInputException
extends javax.resource.spi.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.

See Also:
Serialized Form

Method Summary
 
Methods inherited from class javax.resource.spi.InvalidPropertyException
getInvalidPropertyDescriptors, setInvalidPropertyDescriptors
 
Methods inherited from class javax.resource.ResourceException
getErrorCode, getLinkedException, getMessage, setErrorCode, setLinkedException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, 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, 2014
Legal