CICS® Transaction Gateway Programming Reference v1.1.0.0

com.ibm.ctg.epi
Class EPIMapException

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.EPIMapException
All Implemented Interfaces:
java.io.Serializable

public class EPIMapException
extends EPIException

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

See Also:
Serialized Form

Constructor Summary
EPIMapException(java.lang.String msg)
          Constructs an EPIMapException with a single message.
 
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
 

Constructor Detail

EPIMapException

public EPIMapException(java.lang.String msg)
Constructs an EPIMapException with a single message.

Parameters:
msg - a message

©Copyright IBM Corp. 1994, 2014
Legal