com.atlassian.bonnie
Class LuceneException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.atlassian.bonnie.LuceneException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
LuceneConnectionClosedException

public class LuceneException
extends java.lang.RuntimeException

Thrown when a disaster happens in the underlying Lucene layer.

See Also:
Serialized Form

Constructor Summary
LuceneException(java.lang.String message)
           
LuceneException(java.lang.String msg, java.lang.Throwable cause)
           
LuceneException(java.lang.Throwable cause)
           
 
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

LuceneException

public LuceneException(java.lang.String message)

LuceneException

public LuceneException(java.lang.Throwable cause)

LuceneException

public LuceneException(java.lang.String msg,
                       java.lang.Throwable cause)


Copyright © 2006-2009 Atlassian Software Systems Pty Ltd. All Rights Reserved.