blackboard
Class LanNodeAlreadyCheckedOut

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

public class LanNodeAlreadyCheckedOut
extends Exception

Exception used by the BlackBoard and LanNode. This Exception is thrown if the blackboard tries to check-out a LanNode that's already been checked out and has not yet been checked in.

See Also:
Serialized Form

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

LanNodeAlreadyCheckedOut

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


LanNodeAlreadyCheckedOut

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

Parameters:
msg - the detail message.