Class SolrIndexNotFoundException

All Implemented Interfaces:
Serializable

public class SolrIndexNotFoundException extends SolrServiceException
Exception indicating that an index was not found.
See Also:
  • Constructor Details

    • SolrIndexNotFoundException

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

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

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

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