Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.sourcejammer.project.controller
Class ControllerNodeLockException  view ControllerNodeLockException download ControllerNodeLockException.java

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.sourcejammer.util.SourceJammerRuntimeException
                  extended byorg.sourcejammer.project.controller.ControllerNodeLockException
All Implemented Interfaces:
java.io.Serializable

public class ControllerNodeLockException
extends org.sourcejammer.util.SourceJammerRuntimeException

Thrown if a method tries to change a property of a ControllerNode without having the node locked first and having the correct key.


Nested Class Summary
 
Nested classes inherited from class java.lang.Throwable
 
Field Summary
 
Fields inherited from class org.sourcejammer.util.SourceJammerRuntimeException
 
Fields inherited from class java.lang.RuntimeException
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
ControllerNodeLockException()
           
ControllerNodeLockException(java.lang.String msg)
           
ControllerNodeLockException(java.lang.String msg, java.lang.Exception ex)
           
 
Methods inherited from class org.sourcejammer.util.SourceJammerRuntimeException
getMessage, getPrevException, getProcessExceptionChain, printStackTrace, printStackTrace, printStackTrace, setProcessExceptionChain, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ControllerNodeLockException

public ControllerNodeLockException()

ControllerNodeLockException

public ControllerNodeLockException(java.lang.String msg)

ControllerNodeLockException

public ControllerNodeLockException(java.lang.String msg,
                                   java.lang.Exception ex)