Class SearchException

    • Constructor Summary

      Constructors 
      Constructor Description
      SearchException​()
      Constructs a SearchException with no detail message.
      SearchException​(java.lang.String s)
      Constructs a SearchException with the specified detail message.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
    • Constructor Detail

      • SearchException

        public SearchException​()
        Constructs a SearchException with no detail message.
      • SearchException

        public SearchException​(java.lang.String s)
        Constructs a SearchException with the specified detail message.
        Parameters:
        s - the detail message