com.triactive.jdo.store
Class OIDOverflowException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by javax.jdo.JDOException
                  extended by javax.jdo.JDOFatalException
                      extended by com.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.
 
Method Summary
 
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.