com.basistech.rlp.solr
Class RLPSolrException

java.lang.Object
  extended by SolrException
      extended by com.basistech.rlp.solr.RLPSolrException

public class RLPSolrException
extends SolrException

A SolrException from RLP For Lucene factory classes.


Constructor Summary
RLPSolrException(SolrException.ErrorCode code, String msg)
          Constructs a new runtime exception with the error code and specified detail message.
RLPSolrException(SolrException.ErrorCode code, Throwable cause)
          Constructs a new runtime exception with the error code and the cause.
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RLPSolrException

public RLPSolrException(SolrException.ErrorCode code,
                        String msg)
Constructs a new runtime exception with the error code and specified detail message.

Parameters:
code - See SolrException.ErrorCode.
msg - The detail message (which is saved for later retrieval by the Throwable.getMessage() method).

RLPSolrException

public RLPSolrException(SolrException.ErrorCode code,
                        Throwable cause)
Constructs a new runtime exception with the error code and the cause.

Parameters:
code - See SolrException.ErrorCode.
cause - The cause (which is saved for later retrieval by the Throwable.getCause() method). A null value is permitted, and indicates that the cause is nonexistent or unknown.


Copyright © 2007-2008 Basis Technology Corporation. All Rights Reserved.