br.shob
Class ObjectNotLockableException

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

public class ObjectNotLockableException
extends Exception

This exception is thrown when a transaction is called but the object cannot be locked.

Version:
$Revision: 1.3 $
Author:
crolmos, dukejeffrie
See Also:
Serialized Form
Created:
September 1, 2002

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

ObjectNotLockableException

public ObjectNotLockableException()
Constructor for the ObjectNotLockableException object


ObjectNotLockableException

public ObjectNotLockableException(String msg)
Constructor for the ObjectNotLockableException object

Parameters:
msg - Description of the Parameter