br.shob
Class AlreadyLockedException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--br.shob.AlreadyLockedException
All Implemented Interfaces:
Serializable

public class AlreadyLockedException
extends Exception

This exception is thrown when a client tries to lock (for example, to begin a transaction) a shard object that is already locked

Version:
$Revision: 1.5 $
Author:
crolmos, dukejeffrie
See Also:
Serialized Form
Created:
August 24, 2002

Constructor Summary
AlreadyLockedException()
          Constructor for the AlreadyLockedException object
AlreadyLockedException(String msg)
          Constructor for the AlreadyLockedException object
 
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

AlreadyLockedException

public AlreadyLockedException()
Constructor for the AlreadyLockedException object


AlreadyLockedException

public AlreadyLockedException(String msg)
Constructor for the AlreadyLockedException object

Parameters:
msg - Description message for the exception