|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--com.ibm.dse.base.DSEException | +--com.ibm.dse.appl.forwarding.server.DSEForwardingException
Forwarding Exception. Construct using a severity value, a code and a message string.
Fields inherited from class com.ibm.dse.base.DSEException |
critical,
harmless |
Constructor Summary | |
DSEForwardingException(java.lang.String aSeverity,
java.lang.String aCode,
java.lang.String aMessage)
DSEForwardingException constructor with a severity value, a code string, and a exception message. |
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 |
public DSEForwardingException(java.lang.String aSeverity, java.lang.String aCode, java.lang.String aMessage)
aSeverity
- java.lang.String, a String representation of the secerity levelaCode
- java.lang.String, a String representation of the error codeaMessage
- java.lang.String, the exception message
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |