com.anthonyeden.lib.db
Class LockException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.anthonyeden.lib.ChainedException
              extended bycom.anthonyeden.lib.db.LockException
All Implemented Interfaces:
java.io.Serializable

public class LockException
extends ChainedException

Thrown if aquiring or releasing a lock fails.

Author:
Anthony Eden
See Also:
Serialized Form

Constructor Summary
LockException(java.lang.String message)
          Construct a new LockException with the given message.
LockException(java.lang.String message, java.lang.Throwable t)
          Construct a new LockException with the given message and nested error.
 
Methods inherited from class com.anthonyeden.lib.ChainedException
getNestedError, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LockException

public LockException(java.lang.String message)
Construct a new LockException with the given message.

Parameters:
message - The message

LockException

public LockException(java.lang.String message,
                     java.lang.Throwable t)
Construct a new LockException with the given message and nested error.

Parameters:
message - The message
t - The nested error


Copyright (c) 2000-2003 Anthony Eden. All Rights Reserved.