org.exolab.core.foundation
Class LockNotGrantedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.exolab.core.util.BaseException
              extended by org.exolab.core.foundation.LockNotGrantedException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ObjectDeletedWaitingForLockException

public class LockNotGrantedException
extends BaseException

Exception thrown when failed to acquire a lock on an object.

Version:
$Revision: 1.1 $ $Date: 2000/03/10 00:25:14 $
Author:
Assaf Arkin
See Also:
Serialized Form

Constructor Summary
LockNotGrantedException(java.lang.String message)
           
 
Method Summary
 
Methods inherited from class org.exolab.core.util.BaseException
getErrorCode, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LockNotGrantedException

public LockNotGrantedException(java.lang.String message)


Copyright © 1999-2012 The Exolab Group. All Rights Reserved.