public class SolrIndexNotFoundException extends SolrServiceException
| Constructor and Description |
|---|
SolrIndexNotFoundException()
Constructs a new exception with null as its detail message.
|
SolrIndexNotFoundException(String message)
Constructs a new exception with the specified detail message.
|
SolrIndexNotFoundException(String message,
Throwable cause)
Constructs a new exception with the specified detail message and cause.
|
SolrIndexNotFoundException(Throwable cause)
Constructs a new exception with the specified cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SolrIndexNotFoundException()
Exception.Exception()public SolrIndexNotFoundException(String message)
message - - the messageException.Exception(String)public SolrIndexNotFoundException(String message, Throwable cause)
message - - the messagecause - - the causeException.Exception(String, Throwable)public SolrIndexNotFoundException(Throwable cause)
cause - - the causeException.Exception(Throwable)Copyright © 2017 SAP SE. All Rights Reserved.