public abstract class ConstraintViolatedErrorMessageType extends ServerMessageType
| Modifier and Type | Field and Description |
|---|---|
static int |
MESSAGETYPEID
The numeric ID for messages of this type (201806116 )
|
| Modifier and Type | Method and Description |
|---|---|
abstract ConstraintViolatedErrorMessage |
message(long errorcode,
java.lang.String message)
Factory method for getting a Message of this type holding the given violated-constraint data
|
public static final int MESSAGETYPEID
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