com.ibm.dse.appl.forwarding.server
Class DSEForwardingException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.ibm.dse.base.DSEException
                    |
                    +--com.ibm.dse.appl.forwarding.server.DSEForwardingException

public class DSEForwardingException
extends DSEException

Forwarding Exception. Construct using a severity value, a code and a message string.

See Also:
Serialized Form

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

DSEForwardingException

public 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.
Parameters:
aSeverity - java.lang.String, a String representation of the secerity level
aCode - java.lang.String, a String representation of the error code
aMessage - java.lang.String, the exception message