com.googlecode.genericdao.dao
Class DAODispatcherException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.googlecode.genericdao.dao.DAODispatcherException
- All Implemented Interfaces:
- Serializable
public class DAODispatcherException
- extends RuntimeException
A runtime exception to be thrown by DAODispatchers when things go
wrong in the dispatching process.
- Author:
- dwolverton
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DAODispatcherException
public DAODispatcherException(String message)
DAODispatcherException
public DAODispatcherException(Throwable cause)
Copyright © 2008-2011. All Rights Reserved.