Returns the error code of the exception @return error code of the exception
()
| 393 | * @return error code of the exception |
| 394 | */ |
| 395 | public int getErrorCode() { |
| 396 | return errorCode; |
| 397 | } |
| 398 | |
| 399 | /** |
| 400 | * Set the error code of the exception |
no outgoing calls