public final class SiraPriseErrorMessageTypeV1_0 extends SiraPriseErrorMessageType
This message has the following fields :
| one | Format | Length | Description |
|---|---|---|---|
| ERRORNUMBER | INTEGER | 8 | The number identifying the type of SIRA_PRISE runtime error. |
| ERRORMESSAGE | STRING | The error message explaining the error. |
MESSAGETYPEID| Modifier and Type | Method and Description |
|---|---|
SiraPriseErrorMessage |
message(long errorNumber,
java.lang.String message,
boolean fatal)
Factory method for producing messages of this version of the message type, holding the given SIRA_PRISE runtime error description
|
messagepublic SiraPriseErrorMessage message(long errorNumber, java.lang.String message, boolean fatal)
SiraPriseErrorMessageTypemessage in class SiraPriseErrorMessageTypeerrorNumber - The numeric ID of the runtime exception that occurredmessage - The (formatted) error message as displayed to the client by SIRA_PRISEfatal - Indicates whether the exception was 'fatal', i.e. whether the server aborted its transaction as a consequence of the error