com.sleepycat.je
Class APILockedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sleepycat.je.DatabaseException
              extended by com.sleepycat.je.APILockedException
All Implemented Interfaces:
java.io.Serializable

public class APILockedException
extends DatabaseException

See Also:
Serialized Form

Constructor Summary
APILockedException()
           
APILockedException(java.lang.String message)
           
APILockedException(java.lang.String message, java.lang.Throwable t)
           
APILockedException(java.lang.Throwable t)
           
 
Method Summary
 
Methods inherited from class com.sleepycat.je.DatabaseException
getVersionHeader
 
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

APILockedException

public APILockedException()

APILockedException

public APILockedException(java.lang.Throwable t)

APILockedException

public APILockedException(java.lang.String message)

APILockedException

public APILockedException(java.lang.String message,
                          java.lang.Throwable t)