org.usergrid.persistence.exceptions
Class LockingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.usergrid.persistence.exceptions.LockingException
- All Implemented Interfaces:
- Serializable
public class LockingException
- extends Exception
General Exception for locking related operations.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.