org.sourcejammer.project.controller
Class ControllerNodeLockException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--org.sourcejammer.util.SourceJammerRuntimeException
|
+--org.sourcejammer.project.controller.ControllerNodeLockException
- public class ControllerNodeLockException
- extends SourceJammerRuntimeException
Thrown if a method tries to change a property of a ControllerNode without
having the node locked first and having the correct key.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace,
getLocalizedMessage |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
ControllerNodeLockException
public ControllerNodeLockException()
ControllerNodeLockException
public ControllerNodeLockException(java.lang.String msg)
ControllerNodeLockException
public ControllerNodeLockException(java.lang.String msg,
java.lang.Exception ex)