private static class GrailsTransactionTemplate.ThrowableHolder extends java.lang.Object
Internal holder class for a Throwable, used as a return value from a TransactionCallback (to be subsequently unwrapped again).
| Modifiers | Name | Description |
|---|---|---|
private java.lang.Throwable |
throwable |
| Constructor and description |
|---|
ThrowableHolder
(java.lang.Throwable throwable) |
| Type Params | Return Type | Name and description |
|---|---|---|
|
java.lang.Throwable |
getThrowable() |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |