Package org.dlese.dpc.datamgr
Class OIDDoesNotExistException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.dlese.dpc.datamgr.OIDDoesNotExistException
- All Implemented Interfaces:
Serializable
Indicates that a DataManager was asked to handle an object of data
associated an OID that does not exist.
- Version:
- 1.0, 9/30/02
- Author:
- Dave Deniman
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs anExceptionwith no specified detail message.OIDDoesNotExistException(String message) Constructs anExceptionwith the specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
OIDDoesNotExistException
public OIDDoesNotExistException()Constructs anExceptionwith no specified detail message. -
OIDDoesNotExistException
Constructs anExceptionwith the specified detail message.- Parameters:
message- the detailed message.
-