Class OIDDoesNotExistException

java.lang.Object
java.lang.Throwable
java.lang.Exception
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:
  • Constructor Details

    • 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.