blackboard
Class LockViolation

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byblackboard.LockViolation
All Implemented Interfaces:
Serializable

public class LockViolation
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
LockViolation()
          Creates a new instance of LockViolation without detail message.
LockViolation(String msg)
          Constructs an instance of LockViolation with the specified detail message.
 
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

LockViolation

public LockViolation()
Creates a new instance of LockViolation without detail message.


LockViolation

public LockViolation(String msg)
Constructs an instance of LockViolation with the specified detail message.

Parameters:
msg - the detail message.