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()
    • SearchException

      public SearchException(String msg)
    • SearchException

      public SearchException(String msg, Throwable e)
    • SearchException

      public SearchException(Throwable e)