public class IRAPIError
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
code
Error code
|
java.lang.String |
message |
| Constructor and Description |
|---|
IRAPIError() |
IRAPIError(java.lang.String message) |
IRAPIError(java.lang.String message,
int code) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |