Sun Adapter for CICS API

com.stc.connector.cicsadapter.appconn
Class CICSApplicationConnectionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.stc.connector.appconn.common.ApplicationConnectionException
              extended by com.stc.connector.cicsadapter.appconn.CICSApplicationConnectionException
All Implemented Interfaces:
java.io.Serializable

public class CICSApplicationConnectionException
extends com.stc.connector.appconn.common.ApplicationConnectionException

Exception class for CICS application connection.

Version:
$Revision: 1.1 $
Author:
$Author: jtran $
See Also:
Serialized Form

Constructor Summary
CICSApplicationConnectionException()
          Creates a new instance of CICSApplicationConnectionException without detail message.
CICSApplicationConnectionException(java.lang.String msg)
          Constructs an instance of CICSApplicationConnectionException with the specified detail message.
 
Method Summary
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CICSApplicationConnectionException

public CICSApplicationConnectionException()
Creates a new instance of CICSApplicationConnectionException without detail message.


CICSApplicationConnectionException

public CICSApplicationConnectionException(java.lang.String msg)
Constructs an instance of CICSApplicationConnectionException with the specified detail message.

Parameters:
msg - the detail message.

Sun Adapter for CICS API