CICS® Transaction Gateway Programming Reference v1.1.0.0

com.ibm.ctg.epi
Class EPI3270Exception

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.ctg.epi.EPIException
              extended by com.ibm.ctg.epi.EPI3270Exception
All Implemented Interfaces:
java.io.Serializable

public class EPI3270Exception
extends EPIException

This exception can be thrown by the EPI classes when an error occurs.

See Also:
Serialized Form

Field Summary
static int UNSUPPORTED_DS
          The DataStream has an unsupported 3270 command.
static int UNSUPPORTED_ENCODING
          Cannot convert fields to bytes as Java encoding unsupported.
 
Method Summary
 
Methods inherited from class com.ibm.ctg.epi.EPIException
getErrorCode
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

UNSUPPORTED_DS

public static final int UNSUPPORTED_DS
The DataStream has an unsupported 3270 command.

See Also:
Constant Field Values

UNSUPPORTED_ENCODING

public static final int UNSUPPORTED_ENCODING
Cannot convert fields to bytes as Java encoding unsupported.

See Also:
Constant Field Values

©Copyright IBM Corp. 1994, 2014
Legal