JavaScript is disabled on your browser.
Detail:
Field |
Constr |
Method
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, 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
InvalidDataAccessResourceUsageException
public InvalidDataAccessResourceUsageException(java.lang.String msg,
java.lang.Throwable cause)
Constructor for InvalidDataAccessResourceUsageException.
Parameters:
msg
- the detail message
cause
- the root cause from the data access API in use
Detail:
Field |
Constr |
Method