Class SearcherException

All Implemented Interfaces:
Serializable

public class SearcherException extends RuntimeException
Searcher related exceptions
Author:
andyh
See Also:
  • Constructor Details

    • SearcherException

      public SearcherException()
    • SearcherException

      public SearcherException(String message)
    • SearcherException

      public SearcherException(String message, Throwable cause)
    • SearcherException

      public SearcherException(Throwable cause)