org.usergrid.persistence.exceptions
Class LockingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.usergrid.persistence.exceptions.LockingException
All Implemented Interfaces:
Serializable

public class LockingException
extends Exception

General Exception for locking related operations.

See Also:
Serialized Form

Constructor Summary
LockingException()
           
LockingException(String arg0)
           
LockingException(String arg0, Throwable arg1)
           
LockingException(Throwable arg0)
           
 
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

LockingException

public LockingException()

LockingException

public LockingException(String arg0)
Parameters:
arg0 -

LockingException

public LockingException(Throwable arg0)
Parameters:
arg0 -

LockingException

public LockingException(String arg0,
                        Throwable arg1)
Parameters:
arg0 -
arg1 -


Copyright © 2013. All Rights Reserved.