org.dellroad.stuff.servlet
Class BigFatLockNotHeldException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.dellroad.stuff.servlet.BigFatLockNotHeldException
All Implemented Interfaces:
Serializable

public class BigFatLockNotHeldException
extends RuntimeException

Thrown by BigFatLockHeldAdvice.lockNotHeld() when the lock is not held.

See Also:
Serialized Form

Constructor Summary
BigFatLockNotHeldException()
           
BigFatLockNotHeldException(String message)
           
 
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

BigFatLockNotHeldException

public BigFatLockNotHeldException()

BigFatLockNotHeldException

public BigFatLockNotHeldException(String message)