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 | Class and Description |
---|---|
class |
ConstraintViolatedErrorMessage |
class |
NonSiraPriseErrorMessage |
class |
SiraPriseErrorMessage |
Modifier and Type | Method and Description |
---|---|
ServerErrorMessage |
ErrorMessageException.getServerErrorMessage()
Gets The error message that was read instead of the (presumably) expected one.
|
Constructor and Description |
---|
ErrorMessageException(ServerErrorMessage serverErrorMessage)
Creates the exception, setting the server error message that caused this exception to be thrown.
|