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