com.semarchy.mdm.runtime.data
Class DataAccessResourceFailureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.semarchy.mdm.runtime.data.DataAccessException
com.semarchy.mdm.runtime.data.DataAccessResourceFailureException
- All Implemented Interfaces:
- Serializable
public class DataAccessResourceFailureException
- extends DataAccessException
Inspired from Spring
org.springframework.dao.DataAccessResourceFailureException.
Data access exception thrown when a resource fails completely: for example,
if we can't connect to a database using JDBC.
- Author:
- sarod
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DataAccessResourceFailureException
public DataAccessResourceFailureException()
DataAccessResourceFailureException
public DataAccessResourceFailureException(String pMessage,
Throwable pCause)
DataAccessResourceFailureException
public DataAccessResourceFailureException(String pMessage)
DataAccessResourceFailureException
public DataAccessResourceFailureException(Throwable pCause)
Copyright © 2015. All Rights Reserved.