Package com.pnfsoftware.jeb.core.units
Class UnitLockedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.pnfsoftware.jeb.util.concurrent.ConcurrentException
com.pnfsoftware.jeb.core.units.UnitLockedException
- All Implemented Interfaces:
Serializable
A concurrency error raised when a thread is attempting to access a
unit that is
locked by another thread.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnitLockedException(String message) UnitLockedException(String message, Throwable cause) UnitLockedException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnitLockedException
public UnitLockedException() -
UnitLockedException
-
UnitLockedException
-
UnitLockedException
-