public class DAONotFoundException extends DAOException
| Constructor and Description |
|---|
DAONotFoundException() |
DAONotFoundException(String message) |
DAONotFoundException(String message,
Throwable cause) |
DAONotFoundException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DAONotFoundException()
public DAONotFoundException(String message)
message - public DAONotFoundException(String message, Throwable cause)
message - cause - public DAONotFoundException(Throwable cause)
cause - Copyright © 2014–2015. All rights reserved.