Package de.hybris.platform.solrserver
Class SolrServerRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.solrserver.SolrServerRuntimeException
- All Implemented Interfaces:
Serializable
Represents a Solr server related runtime exception.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs 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.Constructs a new runtime exception with the specified cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SolrServerRuntimeException
public SolrServerRuntimeException()Constructs a new runtime exception with null as its detail message.- See Also:
-
SolrServerRuntimeException
Constructs a new runtime exception with the specified detail message.- Parameters:
message- - the message- See Also:
-
SolrServerRuntimeException
Constructs a new runtime exception with the specified detail message and cause.- Parameters:
message- - the messagecause- - the cause- See Also:
-
SolrServerRuntimeException
Constructs a new runtime exception with the specified cause.- Parameters:
cause- - the cause- See Also:
-