|
||||||||||
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
public abstract class ConstraintViolatedErrorMessageType
The ConstraintViolatedErrorMessageType is the type of message returned by a SIRA_PRISE server to a client when an assignment command carried out by/for that client has resulted in a constraint violation.
Field Summary | |
---|---|
static int |
MESSAGETYPEID
Comment for MESSAGETYPEID |
Method Summary | |
---|---|
abstract 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 |
Field Detail |
---|
public static final int MESSAGETYPEID
MESSAGETYPEID
Method Detail |
---|
public abstract ConstraintViolatedErrorMessage message(long errorcode, java.lang.String message)
errorcode
- 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 |