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
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 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 |
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.StringaCode
- java.lang.StringaMessage
- java.lang.String