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, getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InvalidDataAccessApiUsageException(String msg)
msg
- the detail message