Returns the throwable that caused this message, or null if this message was not caused by a throwable. @since 2.0
()
| 124 | * @since 2.0 |
| 125 | */ |
| 126 | public Throwable getCause() { |
| 127 | return errorDetail.getCause(); |
| 128 | } |
| 129 | |
| 130 | @Override |
| 131 | public String toString() { |
no outgoing calls