public class DataRetrievalFailureException extends NonTransientDataAccessException
Constructor and Description |
---|
DataRetrievalFailureException(java.lang.String msg)
Constructor for DataRetrievalFailureException.
|
DataRetrievalFailureException(java.lang.String msg,
java.lang.Throwable cause)
Constructor for DataRetrievalFailureException.
|
contains, getMessage, getMostSpecificCause, getRootCause
public DataRetrievalFailureException(java.lang.String msg)
msg
- the detail messagepublic DataRetrievalFailureException(java.lang.String msg, @Nullable java.lang.Throwable cause)
msg
- the detail messagecause
- the root cause from the data access API in use