org.sakaiproject.search.indexer.api
Class LockTimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.sakaiproject.search.transaction.api.IndexTransactionException
org.sakaiproject.search.indexer.api.IndexJournalException
org.sakaiproject.search.indexer.api.LockTimeoutException
- All Implemented Interfaces:
- Serializable
public class LockTimeoutException
- extends IndexJournalException
Represents the situation where a lock has failed and timeout has happened
- Author:
- ieb
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
LockTimeoutException
public LockTimeoutException()
LockTimeoutException
public LockTimeoutException(String arg0)
- Parameters:
arg0 -
LockTimeoutException
public LockTimeoutException(Throwable arg0)
- Parameters:
arg0 -
LockTimeoutException
public LockTimeoutException(String arg0,
Throwable arg1)
- Parameters:
arg0 - arg1 -
Copyright © 2003-2012 Sakai Project. All Rights Reserved.