org.jwarp.util
Class LockException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--org.jwarp.util.LockException
All Implemented Interfaces:
java.io.Serializable

public class LockException
extends java.lang.RuntimeException

Exception created by the Lock class

See Also:
Serialized Form

Constructor Summary
LockException()
          Create an anonymous exception.
LockException(java.lang.String message)
          Creates a exception with the given text
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, 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)
Creates a exception with the given text
Parameters:
message - The text

LockException

public LockException()
Create an anonymous exception.

©   O R C A   S y s t e m s