com.programix.da2.exception
Class NotFoundDAException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.programix.da2.exception.DAException
com.programix.da2.exception.DataStateDAException
com.programix.da2.exception.NotFoundDAException
- All Implemented Interfaces:
- Serializable
public class NotFoundDAException
- extends DataStateDAException
This kind of DataStateDAException is thrown to indicate that there
is a problem the data was very unexpectedly not found.
- Author:
- Paul Hyde
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NotFoundDAException
public NotFoundDAException(String message)
NotFoundDAException
public NotFoundDAException()
NotFoundDAException
public NotFoundDAException(String message,
Throwable cause)
NotFoundDAException
public NotFoundDAException(Throwable cause)
NotFoundDAException
public NotFoundDAException(String target,
Object id)
NotFoundDAException
public NotFoundDAException(String target,
int id)
Copyright © 2001-2009
Programix Incorporated.
All rights reserved.
ProgramixGenericLib is free
and is
OSI Certified
Open Source Software under the BSD
license.