org.progeeks.repository
Class RepositoryLockException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.progeeks.repository.RepositoryLockException
All Implemented Interfaces:
java.io.Serializable

public class RepositoryLockException
extends java.lang.RuntimeException

Exception throw when a lock could not be obtained on an item in the repository (usually because the item is already locked by someone else).

Version:
$Revision: 1.1 $
Author:
Paul Wisneskey
See Also:
Serialized Form

Constructor Summary
RepositoryLockException(java.lang.String message)
           
RepositoryLockException(java.lang.String message, java.lang.Throwable nested)
           
 
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

RepositoryLockException

public RepositoryLockException(java.lang.String message)

RepositoryLockException

public RepositoryLockException(java.lang.String message,
                               java.lang.Throwable nested)


Copyright © 2002-2003 Paul Speed. All Rights Reserved.