Returns the error source of the exception. Can be more than one source. @return error sources represented as a byte
()
| 377 | * @return error sources represented as a byte |
| 378 | */ |
| 379 | public byte getErrorSource() { |
| 380 | return errorSource; |
| 381 | } |
| 382 | |
| 383 | /** |
| 384 | * Set the error source of the exception |
no outgoing calls