org.exolab.core.foundation
Class FailedToCreateLockException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.exolab.core.foundation.FailedToCreateLockException
All Implemented Interfaces:
java.io.Serializable

public class FailedToCreateLockException
extends java.lang.Exception

This exception is raised when there is a failure in creating a lock on a persistent object

Version:
$Revision: 1.1 $ $Date: 2000/03/10 00:25:14 $
Author:
Jim Alateras
See Also:
DatabaseManagerIfc, Serialized Form

Constructor Summary
FailedToCreateLockException()
          Default constructor does nothing but calls the base class constructor
FailedToCreateLockException(java.lang.String reason)
          Construct an exception with the specified reason
 
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

FailedToCreateLockException

public FailedToCreateLockException()
Default constructor does nothing but calls the base class constructor


FailedToCreateLockException

public FailedToCreateLockException(java.lang.String reason)
Construct an exception with the specified reason

Parameters:
reason -


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