DODS 7.3 API

com.lutris.appserver.server.sql
Class ObjectIdAllocationError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by com.lutris.appserver.server.sql.ObjectIdAllocationError
All Implemented Interfaces:
java.io.Serializable

public class ObjectIdAllocationError
extends java.lang.Error

Error thrown when an object id cannot be allocated.

Since:
LBS1.8
Version:
$Revision: 1.1 $
Author:
Kyle Clark
See Also:
Serialized Form

Constructor Summary
ObjectIdAllocationError(java.lang.String s)
           
 
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

ObjectIdAllocationError

public ObjectIdAllocationError(java.lang.String s)

DODS 7.3 API