|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.transaction.interceptor.TransactionInterceptor.ThrowableHolder
private static class TransactionInterceptor.ThrowableHolder
Internal holder class for a Throwable, used as a return value from a TransactionCallback (to be subsequently unwrapped again).
| Field Summary | |
|---|---|
private java.lang.Throwable |
throwable
|
| Constructor Summary | |
|---|---|
TransactionInterceptor.ThrowableHolder(java.lang.Throwable throwable)
|
|
| Method Summary | |
|---|---|
java.lang.Throwable |
getThrowable()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private final java.lang.Throwable throwable
| Constructor Detail |
|---|
public TransactionInterceptor.ThrowableHolder(java.lang.Throwable throwable)
| Method Detail |
|---|
public final java.lang.Throwable getThrowable()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||