Class LockingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- net.anotheria.asg.util.locking.exeption.LockingException
-
- All Implemented Interfaces:
java.io.Serializable
public class LockingException extends java.lang.RuntimeExceptionException for locking functionality. Shoud be used insteed of RuntimeException.- Version:
- $Id: $Id
- Author:
- h3llka, another
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LockingException(java.lang.String message)Constructor.LockingException(java.lang.String message, java.lang.Exception cause)Constructor.
-