public abstract class SiraPriseErrorMessageType extends ServerMessageType
Modifier and Type | Field and Description |
---|---|
static int |
MESSAGETYPEID
The numeric ID for messages of this type (1497858657 )
|
Modifier and Type | Method and Description |
---|---|
SiraPriseErrorMessage |
message(long errorNumber,
java.lang.String message)
Factory method for producing messages of this version of the message type, holding the given SIRA_PRISE runtime error description
|
abstract 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
|
public static final int MESSAGETYPEID
public final SiraPriseErrorMessage message(long errorNumber, java.lang.String message)
errorNumber
- The numeric ID of the runtime exception that occurredmessage
- The (formatted) error message as displayed to the client by SIRA_PRISEpublic abstract SiraPriseErrorMessage message(long errorNumber, java.lang.String message, boolean fatal)
errorNumber
- 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