Class SearchException

All Implemented Interfaces:
Serializable

public class SearchException extends DatabaseUnitException
Base class for exceptions during the search.
Since:
Aug 25, 2005
Version:
$Revision$
Author:
Felipe Leme (dbunit@felipeal.net)
See Also:
  • Constructor Details

    • SearchException

      public SearchException()
      Default constructor.
    • SearchException

      public SearchException(String msg)
      Constructs a SearchException with the specified detail message.
      Parameters:
      msg - the detail message.
    • SearchException

      public SearchException(String msg, Throwable e)
      Constructs a SearchException with the specified detail message and cause.
      Parameters:
      msg - the detail message.
      e - the cause.
    • SearchException

      public SearchException(Throwable e)
      Constructs a SearchException with the specified cause.
      Parameters:
      e - the cause.