|
||||||||||
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
public abstract class SiraPriseErrorMessageType
The SiraPriseErrorMessageType is the message type returned by a SIRA_PRISE server in the event when any command issued by a client has resulted in a runtime error.
Field Summary | |
---|---|
static int |
MESSAGETYPEID
Comment for MESSAGETYPEID |
Method Summary | |
---|---|
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 |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int MESSAGETYPEID
MESSAGETYPEID
Method Detail |
---|
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_PRISE
public 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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |