Class GeneralSearchException

  • All Implemented Interfaces:
    Serializable

    public class GeneralSearchException
    extends Exception

    General exception that is thrown if a search operation has failed

    Copyright 2010 (C) by Martin Ganserer

    Version:
    1.0.0
    Author:
    Martin Ganserer
    See Also:
    Serialized Form
    • Constructor Detail

      • GeneralSearchException

        public GeneralSearchException()
        Constructor
      • GeneralSearchException

        public GeneralSearchException​(String message)
        Constructor
        Parameters:
        message - the error message
      • GeneralSearchException

        public GeneralSearchException​(Throwable cause)
        Constructor
        Parameters:
        cause - the cause of the exception
      • GeneralSearchException

        public GeneralSearchException​(String message,
                                      Throwable cause)
        Constructor
        Parameters:
        message - the error message
        cause - the cause of the exception
      • GeneralSearchException

        public GeneralSearchException​(Throwable cause,
                                      boolean extractRootCauseMessage)
        Constructor that initializes the exception with the message of the root cause
        Parameters:
        cause - the cause of the exception
        extractRootCauseMessage - is only necessary to have a different method signature