net.obsearch.exception
Class NotFrozenException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.obsearch.exception.OBException
              extended by net.obsearch.exception.NotFrozenException
All Implemented Interfaces:
Serializable

public class NotFrozenException
extends OBException

Occurs when the user wants to perform an operation in an unfrozen index.

Since:
0.7
Author:
Arnoldo Jose Muller Molina
See Also:
Serialized Form

Constructor Summary
NotFrozenException()
           
 
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

NotFrozenException

public NotFrozenException()


Copyright © 2007-2011 Arnoldo Jose Muller Molina. All Rights Reserved.