gate.creole.annic
Class IndexException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by gate.creole.annic.IndexException
All Implemented Interfaces:
Serializable

public class IndexException
extends Exception

Exception that should be thrown should something unexpected happens during creating/updating/deleting index.

Author:
niraj
See Also:
Serialized Form

Field Summary
private static long serialVersionUID
          serial version id
 
Constructor Summary
IndexException(String msg)
          Consructor of the class.
IndexException(Throwable t)
           
 
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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
serial version id

See Also:
Constant Field Values
Constructor Detail

IndexException

public IndexException(String msg)
Consructor of the class.


IndexException

public IndexException(Throwable t)