net.conquiris.api.index
Class IndexLockedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.conquiris.api.index.IndexException
                  extended by net.conquiris.api.index.IndexLockedException
All Implemented Interfaces:
Serializable

public class IndexLockedException
extends IndexException

Exception thrown when an index locking error is found.

Author:
Andres Rodriguez
See Also:
Serialized Form

Constructor Summary
IndexLockedException(Throwable cause)
          Constructor
 
Method Summary
 
Methods inherited from class net.conquiris.api.index.IndexException
getStatus
 
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

IndexLockedException

public IndexLockedException(Throwable cause)
Constructor

Parameters:
cause - Cause.


Copyright © 2012 Derquinse Projects.. All Rights Reserved.