Module org.apache.lucene.misc
Package org.apache.lucene.misc.index
Class BPIndexReorderer.NotEnoughRAMException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.lucene.misc.index.BPIndexReorderer.NotEnoughRAMException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- BPIndexReorderer
public static class BPIndexReorderer.NotEnoughRAMException extends java.lang.RuntimeException
Exception that is thrown when not enough RAM is available.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description private
NotEnoughRAMException(java.lang.String message)
-