Class SolrServerException

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

public class SolrServerException extends Exception
Represents a Solr server related exception.
See Also:
  • Constructor Details

    • SolrServerException

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

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

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

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