DLESE Tools
v1.6.0

org.dlese.dpc.datamgr
Class OIDDoesNotExistException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.dlese.dpc.datamgr.OIDDoesNotExistException
All Implemented Interfaces:
Serializable

public class OIDDoesNotExistException
extends Exception

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:
Serialized Form

Constructor Summary
OIDDoesNotExistException()
          Constructs an Exception with no specified detail message.
OIDDoesNotExistException(String message)
          Constructs an Exception with the specified detail message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OIDDoesNotExistException

public OIDDoesNotExistException()
Constructs an Exception with no specified detail message.


OIDDoesNotExistException

public OIDDoesNotExistException(String message)
Constructs an Exception with the specified detail message.

Parameters:
message - the detailed message.

DLESE Tools
v1.6.0