Package org.cyclos.model
Class DataAccessException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.cyclos.model.CyclosException
-
- org.cyclos.model.FrameworkException
-
- org.cyclos.model.DataAccessException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ConstraintViolatedOnRemoveException,EntityNotFoundException,StaleEntityException,StoredFileException,UnexpectedDataAccessException
public abstract class DataAccessException extends FrameworkException
Represents an exception on the data access (database or content storage)- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DataAccessException()DataAccessException(String message)DataAccessException(String message, Throwable cause)DataAccessException(Throwable cause)
-
Method Summary
-
Methods inherited from class org.cyclos.model.CyclosException
getAttribute, getMessage, setAttribute, shouldGenerateLog
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-