com.deftlabs.lock.mongo
Class DistributedLockException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.deftlabs.lock.mongo.DistributedLockException
- All Implemented Interfaces:
- Serializable
public class DistributedLockException
- extends RuntimeException
The distributed lock exception.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DistributedLockException
public DistributedLockException()
DistributedLockException
public DistributedLockException(String pMsg)
DistributedLockException
public DistributedLockException(String pMsg,
Throwable pT)
DistributedLockException
public DistributedLockException(Throwable pT)