org.exolab.core.foundation
Class FailedToReleaseLockException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.exolab.core.foundation.FailedToReleaseLockException
All Implemented Interfaces:
java.io.Serializable

public class FailedToReleaseLockException
extends java.lang.Exception

This excpetion is thrown whenever the lock service fails to release a lock on a persistent object

Version:
$Revision: 1.1 $ $Date: 2000/02/22 07:37:55 $
Author:
Jim Alateras
See Also:
LockServiceIfc, Serialized Form

Constructor Summary
FailedToReleaseLockException()
          Default constructor with no additional info.
FailedToReleaseLockException(java.lang.String reason)
          Construct an instance of this exception with the specified reason.
 
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

FailedToReleaseLockException

public FailedToReleaseLockException()
Default constructor with no additional info.


FailedToReleaseLockException

public FailedToReleaseLockException(java.lang.String reason)
Construct an instance of this exception with the specified reason.

Parameters:
reason -


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