com.nurelm.nucontent.model
Class DataAccessException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.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:

See Also:
Serialized Form

Constructor Summary
DataAccessException(java.lang.String message)
           
DataAccessException(java.lang.String message, java.lang.Throwable cause)
           
DataAccessException(java.lang.Throwable cause)
           
 
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
 

Constructor Detail

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)