Sun Adapter for IMS API

com.stc.eways.ims
Class IMSClientException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.stc.connector.appconn.common.ApplicationException
              extended by com.stc.eways.ims.IMSClientException
All Implemented Interfaces:
java.io.Serializable

public class IMSClientException
extends com.stc.connector.appconn.common.ApplicationException

See Also:
Serialized Form

Constructor Summary
IMSClientException()
           
IMSClientException(java.lang.String ex)
           
IMSClientException(java.lang.String ex, java.lang.Exception e)
           
 
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

IMSClientException

public IMSClientException()

IMSClientException

public IMSClientException(java.lang.String ex)

IMSClientException

public IMSClientException(java.lang.String ex,
                          java.lang.Exception e)

Sun Adapter for IMS API