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