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