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