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