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 |
---|---|
ConstraintViolatedErrorMessage |
ConstraintViolatedErrorMessageTypeV1_0.message(long errorcode,
java.lang.String message) |
abstract ConstraintViolatedErrorMessage |
ConstraintViolatedErrorMessageType.message(long errorcode,
java.lang.String message)
Factory method for getting a Message of this type holding the given violated-constraint data
|