org.outerj.xreporter.report
Class NoLockException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.outerj.xreporter.report.NoLockException
All Implemented Interfaces:
java.io.Serializable

public class NoLockException
extends java.lang.RuntimeException

Thrown when someone executes a method on a Report on which it has no longer a lock.

See Also:
Serialized Form

Constructor Summary
NoLockException()
           
 
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

NoLockException

public NoLockException()