org.exolab.core.foundation
Class LockNotGrantedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.exolab.core.util.BaseException
              extended byorg.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)
           
 
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-2005 The Exolab Group. All Rights Reserved.