Package | Description |
---|---|
be.SIRAPRISE.messages |
This package contains the classes that define/implement the various message types that can be sent to and received from a SIRA_PRISE server.
|
Modifier and Type | Method and Description |
---|---|
NonSiraPriseErrorMessage |
NonSiraPriseErrorMessageType.message(java.lang.String exceptionClassName,
java.lang.String exceptionMessage)
Factory method for getting a message of this version of the type holding the given java exception data
|
NonSiraPriseErrorMessage |
NonSiraPriseErrorMessageTypeV1_1.message(java.lang.String exceptionClassName,
java.lang.String exceptionMessage,
boolean fatal) |
abstract NonSiraPriseErrorMessage |
NonSiraPriseErrorMessageType.message(java.lang.String exceptionClassName,
java.lang.String exceptionMessage,
boolean fatal)
Factory method for getting a message of this version of the type holding the given java exception data
|
NonSiraPriseErrorMessage |
NonSiraPriseErrorMessageTypeV1_0.message(java.lang.String exceptionClassName,
java.lang.String exceptionMessage,
boolean fatal) |