Returns the error code of PigException
()
| 106 | * Returns the error code of {@link PigException} |
| 107 | */ |
| 108 | public Throwable getErrorThrowable() { |
| 109 | return errorThrowable; |
| 110 | } |
| 111 | |
| 112 | @Deprecated |
| 113 | public abstract JobClient getJobClient(); |
no outgoing calls