public class SolrServerRuntimeException
extends java.lang.RuntimeException
| Constructor and Description |
|---|
SolrServerRuntimeException()
Constructs a new runtime exception with null as its detail message.
|
SolrServerRuntimeException(java.lang.String message)
Constructs a new runtime exception with the specified detail message.
|
SolrServerRuntimeException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new runtime exception with the specified detail message and cause.
|
SolrServerRuntimeException(java.lang.Throwable cause)
Constructs a new runtime exception with the specified cause.
|
public SolrServerRuntimeException()
RuntimeException.RuntimeException()public SolrServerRuntimeException(java.lang.String message)
message - - the messageRuntimeException.RuntimeException(String)public SolrServerRuntimeException(java.lang.String message,
java.lang.Throwable cause)
message - - the messagecause - - the causeRuntimeException.RuntimeException(String, Throwable)public SolrServerRuntimeException(java.lang.Throwable cause)
cause - - the causeRuntimeException.RuntimeException(Throwable)Copyright © 2018 SAP SE. All Rights Reserved.