|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.ibm.dse.base.DSEException
com.ibm.dse.clientserver.DSECSException
com.ibm.dse.clientserver.DSECSRemoteOperationException
The DSECSRemoteOperationException will be thrown when there are problems with the connection or problems in the server side.
Field Summary |
---|
Fields inherited from class com.ibm.dse.clientserver.DSECSException |
---|
httpErrorCode |
Fields inherited from class com.ibm.dse.base.DSEException |
---|
critical, harmless |
Fields inherited from class java.lang.Exception |
---|
|
Constructor Summary | |
---|---|
DSECSRemoteOperationException(java.lang.String aMessage)
This constructor creates a DSECSRemoteOperationException object. |
|
DSECSRemoteOperationException(java.lang.String aSeverity,
java.lang.String aCode,
java.lang.String aMessage)
This constructor creates the DSECSRemoteOperation object that initializes the following attributes. |
Methods inherited from class com.ibm.dse.clientserver.DSECSException |
---|
getHttpErrorCode, setHttpErrorCode |
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, 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 |
public DSECSRemoteOperationException(java.lang.String aMessage)
aMessage
- java.lang.Stringpublic DSECSRemoteOperationException(java.lang.String aSeverity, java.lang.String aCode, java.lang.String aMessage)
aSeverity
- java.lang.StringaCode
- java.lang.StringaMessage
- java.lang.String
|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |