com.triactive.jdo.store
Class OIDOverflowException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byjavax.jdo.JDOException
                  extended byjavax.jdo.JDOFatalException
                      extended bycom.triactive.jdo.store.OIDOverflowException
All Implemented Interfaces:
java.io.Serializable

public class OIDOverflowException
extends javax.jdo.JDOFatalException

A OIDOverflowException is thrown if no more OIDs can be generated for a given class of objects.

Author:
Mike Martin
See Also:
Serialized Form

Constructor Summary
OIDOverflowException(int classID)
          Constructs an OID overflow exception.
 
Methods inherited from class javax.jdo.JDOException
getCause, getFailedObject, getNestedExceptions, initCause, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OIDOverflowException

public OIDOverflowException(int classID)
Constructs an OID overflow exception.

Parameters:
classID - The class ID for which no more values are available.


Copyright Š 2001-2007 The TJDO Project All Rights Reserved.