com.ibm.dse.base
Class DSEInvalidRequestException

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

public class DSEInvalidRequestException
extends DSEException

The DSEInvalidRequestException provides an exception that is raised by the framework when any internal validation fails during the process of a request. This usually occurs due to an application flow error; for example, the application asks for a request without executing all the previous steps required for processing the request. This exception would occur when an attempt is made to send data to the host before the session is established.

See Also:
Serialized Form

Fields inherited from class com.ibm.dse.base.DSEException
critical, harmless
 
Constructor Summary
DSEInvalidRequestException(java.lang.String aSeverity, java.lang.String aCode, java.lang.String aMessage)
          This constructor creates a DSEInvalidRequestException 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

DSEInvalidRequestException

public DSEInvalidRequestException(java.lang.String aSeverity,
                                  java.lang.String aCode,
                                  java.lang.String aMessage)
This constructor creates a DSEInvalidRequestException object.
Parameters:
aSeverity - java.lang.String
aCode - java.lang.String
aMessage - java.lang.String