|
||||||||||
| 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.NonSiraPriseErrorMessageType
public abstract class NonSiraPriseErrorMessageType
The NonSiraPriseErrorMessageType is the type of message returned by a SIRA_PRISE server to a client in the case when a command issued by that client has resulted in an exception being thrown by the Java environment, such as e.g. Java security exceptions, stack overflow errors, ...
| Field Summary | |
|---|---|
static int |
MESSAGETYPEID
Comment for MESSAGETYPEID |
| Method Summary | |
|---|---|
NonSiraPriseErrorMessage |
message(java.lang.String exceptionClassName,
java.lang.String exceptionMessage)
Factory method for getting a message of this version of the type holding the given java exception data |
abstract NonSiraPriseErrorMessage |
message(java.lang.String exceptionClassName,
java.lang.String exceptionMessage,
boolean fatal)
Factory method for getting a message of this version of the type holding the given java exception 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 final NonSiraPriseErrorMessage message(java.lang.String exceptionClassName,
java.lang.String exceptionMessage)
exceptionClassName - The class name of the thrown non-sira-prise exception that caused this message to (have to be) sentexceptionMessage - The exception message contained in the thrown exception object
public abstract NonSiraPriseErrorMessage message(java.lang.String exceptionClassName,
java.lang.String exceptionMessage,
boolean fatal)
exceptionClassName - The class name of the thrown non-sira-prise exception that caused this message to (have to be) sentexceptionMessage - The exception message contained in the thrown exception objectfatal - Flag indicating whether the error was 'fatal', i.e. whether the server has aborted its side of the transaction as a consequence of the error
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||