Class OIDAlreadyExistsException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.dlese.dpc.datamgr.OIDAlreadyExistsException
All Implemented Interfaces:
Serializable

public class OIDAlreadyExistsException extends Exception
Indicates that a DataManager was asked to add a new object of data with an OID that is already in use.
Version:
1.0, 9/30/02
Author:
Dave Deniman
See Also:
  • Constructor Details

    • OIDAlreadyExistsException

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

      public OIDAlreadyExistsException(String message)
      Constructs an Exception with the specified detail message.
      Parameters:
      message - the detailed message.