Class SearchException

All Implemented Interfaces:
Serializable

@ThreadSafe public class SearchException extends AnalysisException
An exception thrown when an online searching fails (such as NPM).
Author:
Jeremy Long
See Also:
  • Constructor Details

    • SearchException

      public SearchException()
      Creates a new SearchException.
    • SearchException

      public SearchException(String msg)
      Creates a new SearchException.
      Parameters:
      msg - a message for the exception.
    • SearchException

      public SearchException(Throwable ex)
      Creates a new SearchException.
      Parameters:
      ex - the cause of the failure.
    • SearchException

      public SearchException(String msg, Throwable ex)
      Creates a new SearchException.
      Parameters:
      msg - a message for the exception.
      ex - the cause of the failure.