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