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