|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.SIRAPRISE.messages.ServerMessageType
be.SIRAPRISE.messages.SiraPriseErrorMessageType
be.SIRAPRISE.messages.SiraPriseErrorMessageTypeV1_0
public final class SiraPriseErrorMessageTypeV1_0
SiraPriseErrorMessageTypeV1_0 is V1_0 of the 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. |
| Field Summary |
|---|
| Fields inherited from class be.SIRAPRISE.messages.SiraPriseErrorMessageType |
|---|
MESSAGETYPEID |
| Method Summary | |
|---|---|
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 |
| Methods inherited from class be.SIRAPRISE.messages.SiraPriseErrorMessageType |
|---|
message |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public SiraPriseErrorMessage message(long errorNumber,
java.lang.String message,
boolean fatal)
SiraPriseErrorMessageType
message 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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||