com.ibm.dse.base
Class DSEObjectNotFoundException

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

public class DSEObjectNotFoundException
extends DSEException

The DSEObjectNotFoundException class provides an exception that is raised by the framework when the corresponding object asked for by the requester is not found. This exception is usually raised by the Context, or by the composite Data Elements, when searching for the object whose name is specified by the application.

See Also:
Serialized Form

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

DSEObjectNotFoundException

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