Class SearchException

  • All Implemented Interfaces:
    java.io.Serializable

    public class SearchException
    extends MessagingException
    An exception thrown to indicate that a search expression could not be handled by the store implementation.
    Version:
    1.4
    Author:
    Chris Burdess
    See Also:
    Serialized Form
    • Constructor Summary

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

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • SearchException

        public SearchException()
        Constructor with no detail message.
      • SearchException

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