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(String msg)
Constructor for InvalidDataAccessApiUsageException. 
 | 
InvalidDataAccessApiUsageException(String msg,
                                  Throwable cause)
Constructor for InvalidDataAccessApiUsageException. 
 | 
contains, getMessage, getMostSpecificCause, getRootCauseaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidDataAccessApiUsageException(String msg)
msg - the detail message