org.dbunit.util.search
Class SearchException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.dbunit.DatabaseUnitException
org.dbunit.util.search.SearchException
- All Implemented Interfaces:
- Serializable
public class SearchException
- extends DatabaseUnitException
Base class for exceptions during the search.
- Since:
- Aug 25, 2005
- Version:
- $Revision: 769 $
- Author:
- Felipe Leme (dbunit@felipeal.net)
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SearchException
public SearchException()
SearchException
public SearchException(String msg)
SearchException
public SearchException(String msg,
Throwable e)
SearchException
public SearchException(Throwable e)
Copyright © 2002-2012. All Rights Reserved.