com.semarchy.mdm.runtime.data
Class DataAccessException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.semarchy.mdm.runtime.data.DataAccessException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- DataAccessPermissionDeniedException, DataAccessResourceFailureException, InvalidDataAccessResourceUsageException
public abstract class DataAccessException
- extends RuntimeException
TODO document.
Inspired from Spring org.springframework.dao.DataAccessException.
As this class is a runtime exception, there is no need for user code to catch
it or subclasses if any error is to be considered fatal (the usual case).
- Author:
- sarod
TODO make this fit with the CoreSQL exceptions/ fwk
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DataAccessException
public DataAccessException()
DataAccessException
public DataAccessException(String pMessage,
Throwable pCause)
DataAccessException
public DataAccessException(String pMessage)
DataAccessException
public DataAccessException(Throwable pCause)
Copyright © 2015. All Rights Reserved.