com.ibm.dse.clientserver
Class DSECSRemoteOperationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.ibm.dse.base.DSEException
                    |
                    +--com.ibm.dse.clientserver.DSECSRemoteOperationException

public class DSECSRemoteOperationException
extends DSEException

The DSECSRemoteOperationException will be throw when there are problems with the connection or problems in the server side.

See Also:
Serialized Form

Fields inherited from class com.ibm.dse.base.DSEException
critical, harmless
 
Constructor Summary
DSECSRemoteOperationException(java.lang.String aMessage)
          This constructor creates a DSECSRemoteOperationException object.
 
Methods inherited from class com.ibm.dse.base.DSEException
getClassName, getCode, getMethodName, getSeverity, setClassName, setCode, setMethodName, setSeverity
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DSECSRemoteOperationException

public DSECSRemoteOperationException(java.lang.String aMessage)
This constructor creates a DSECSRemoteOperationException object.
Parameters:
aMessage - java.lang.String