com.deftlabs.lock.mongo
Class DistributedLockException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.deftlabs.lock.mongo.DistributedLockException
All Implemented Interfaces:
Serializable

public class DistributedLockException
extends RuntimeException

The distributed lock exception.

See Also:
Serialized Form

Constructor Summary
DistributedLockException()
           
DistributedLockException(String pMsg)
           
DistributedLockException(String pMsg, Throwable pT)
           
DistributedLockException(Throwable pT)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DistributedLockException

public DistributedLockException()

DistributedLockException

public DistributedLockException(String pMsg)

DistributedLockException

public DistributedLockException(String pMsg,
                                Throwable pT)

DistributedLockException

public DistributedLockException(Throwable pT)