Class SolrServerRuntimeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.solrserver.SolrServerRuntimeException
All Implemented Interfaces:
Serializable

public class SolrServerRuntimeException extends RuntimeException
Represents a Solr server related runtime exception.
See Also:
  • Constructor Details

    • SolrServerRuntimeException

      public SolrServerRuntimeException()
      Constructs a new runtime exception with null as its detail message.
      See Also:
    • SolrServerRuntimeException

      public SolrServerRuntimeException(String message)
      Constructs a new runtime exception with the specified detail message.
      Parameters:
      message - - the message
      See Also:
    • SolrServerRuntimeException

      public SolrServerRuntimeException(String message, Throwable cause)
      Constructs a new runtime exception with the specified detail message and cause.
      Parameters:
      message - - the message
      cause - - the cause
      See Also:
    • SolrServerRuntimeException

      public SolrServerRuntimeException(Throwable cause)
      Constructs a new runtime exception with the specified cause.
      Parameters:
      cause - - the cause
      See Also: