com.programix.da2.exception
Class DataStateDAException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.programix.da2.exception.DAException
com.programix.da2.exception.DataStateDAException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- LockedDAException, NotFoundDAException, StaleDataDAException
public class DataStateDAException
- extends DAException
This kind of DAException is thrown to indicate that there
is a problem with the state of the data (such as locked by another user,
stale data, unexpectedly not found).
Check out the subclasses (some of the subclasses are:
NotFoundDAException, StaleDataDAException,
LockedDAException).
- 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 |
DataStateDAException
public DataStateDAException()
DataStateDAException
public DataStateDAException(String message,
Throwable cause)
DataStateDAException
public DataStateDAException(String message)
DataStateDAException
public DataStateDAException(Throwable cause)
Copyright © 2001-2009
Programix Incorporated.
All rights reserved.
ProgramixGenericLib is free
and is
OSI Certified
Open Source Software under the BSD
license.