public class InvalidDataAccessApiUsageException extends NonTransientDataAccessException
This represents a problem in our Java data access framework, not the underlying data access infrastructure.
Constructor and Description |
---|
InvalidDataAccessApiUsageException(java.lang.String msg)
Constructor for InvalidDataAccessApiUsageException.
|
InvalidDataAccessApiUsageException(java.lang.String msg,
java.lang.Throwable cause)
Constructor for InvalidDataAccessApiUsageException.
|
contains, getMessage, getMostSpecificCause, getRootCause
public InvalidDataAccessApiUsageException(java.lang.String msg)
msg
- the detail messagepublic InvalidDataAccessApiUsageException(java.lang.String msg, java.lang.Throwable cause)
msg
- the detail messagecause
- the root cause from the data access API in use