|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException org.springframework.core.NestedRuntimeException org.springframework.transaction.TransactionException org.springframework.transaction.TransactionUsageException org.springframework.transaction.InvalidTimeoutException
public class InvalidTimeoutException
Exception that gets thrown when an invalid timeout is specified, that is, the specified timeout valid is out of range or the transaction manager implementation doesn't support timeouts.
Field Summary | |
---|---|
private int |
timeout
|
Constructor Summary | |
---|---|
InvalidTimeoutException(java.lang.String msg,
int timeout)
Constructor for InvalidTimeoutException. |
Method Summary | |
---|---|
int |
getTimeout()
Return the invalid timeout value. |
Methods inherited from class org.springframework.core.NestedRuntimeException |
---|
contains, getMessage, getMostSpecificCause, getRootCause |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private int timeout
Constructor Detail |
---|
public InvalidTimeoutException(java.lang.String msg, int timeout)
msg
- the detail messagetimeout
- the invalid timeout valueMethod Detail |
---|
public int getTimeout()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |