com.semarchy.mdm.runtime.data
Class DataAccessResourceFailureException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.semarchy.mdm.runtime.data.DataAccessException
                  extended by 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

Constructor Summary
DataAccessResourceFailureException()
           
DataAccessResourceFailureException(String pMessage)
           
DataAccessResourceFailureException(String pMessage, Throwable pCause)
           
DataAccessResourceFailureException(Throwable pCause)
           
 
Method Summary
 
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

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.