com.nurelm.nucontent.model
Class DataAccessException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.nurelm.nucontent.model.DataAccessException
- All Implemented Interfaces:
- java.io.Serializable
- public final class DataAccessException
- extends java.lang.Exception
The only checked exception emitted by the CMS data layer.
Thrown when a low-level, unusual problem is encountered with the data store.
Examples of such a problem might include:
-
Faulty DB connection
-
Failed file input-output
-
Inaccesible Preferences backing store
-
Inaccesible network connection
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DataAccessException
public DataAccessException(java.lang.String message)
DataAccessException
public DataAccessException(java.lang.Throwable cause)
DataAccessException
public DataAccessException(java.lang.String message,
java.lang.Throwable cause)