Sun Adapter for IMS API

com.stc.connector.imsadapter.appconn
Class IMSApplicationConnectionException

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

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

Exception class for IMS application connection.

Version:
$Revision: 1.2 $
Author:
$Author: cmbuild $
See Also:
Serialized Form

Constructor Summary
IMSApplicationConnectionException()
          Creates a new instance of IMSApplicationConnectionException without detail message.
IMSApplicationConnectionException(java.lang.String msg)
          Constructs an instance of IMSApplicationConnectionException 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

IMSApplicationConnectionException

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


IMSApplicationConnectionException

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

Parameters:
msg - the detail message.

Sun Adapter for IMS API