com.semarchy.mdm.runtime.data
Class DataAccessException

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
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

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

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.