org.milyn.scribe
Class DaoException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.milyn.scribe.DaoException
- All Implemented Interfaces:
- Serializable
public class DaoException
- extends RuntimeException
An DaoException is thrown when something went wrong
while executing a DAO operation.
- Author:
- maurice.zeijen@smies.com
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DaoException
public DaoException()
DaoException
public DaoException(String message)
- Parameters:
message -
DaoException
public DaoException(Throwable cause)
- Parameters:
cause -
DaoException
public DaoException(String message,
Throwable cause)
- Parameters:
message - cause -
Copyright © 2018. All rights reserved.