|
||||||||||
| 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.ConstraintViolatedErrorMessageType
be.SIRAPRISE.messages.ConstraintViolatedErrorMessageTypeV1_0
public final class ConstraintViolatedErrorMessageTypeV1_0
ConstraintViolatedErrorMessageTypeV1_0 is V1_0 of the ConstraintViolatedErrorMessageType. This message has the following fields.
| Zone | Format | Length | Description |
|---|---|---|---|
| ERRORCODE | INTEGER | 8 | The ERRORCODE identifying which constraint has been violated. |
| ERRORMESSAGE | STRING | The error message explaining the detail of the constraint violation that occurred. |
| Field Summary |
|---|
| Fields inherited from class be.SIRAPRISE.messages.ConstraintViolatedErrorMessageType |
|---|
MESSAGETYPEID |
| Method Summary | |
|---|---|
ConstraintViolatedErrorMessage |
message(long errorcode,
java.lang.String message)
Factory method for getting a Message of this type holding the given violated-constraint data |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public ConstraintViolatedErrorMessage message(long errorcode,
java.lang.String message)
ConstraintViolatedErrorMessageType
message in class ConstraintViolatedErrorMessageTypeerrorcode - The SIRA_PRISE identification of the constraint that was found violatedmessage - The (formatted) error message displayed by the server
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||