com.basistech.rlp.solr
Class RLPSolrException
java.lang.Object
SolrException
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. |
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.