|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EventError2 | |
---|---|
com.genesyslab.platform.configuration.protocol.confserver.events | This package includes the Event messages that contain information
about the status of your requests. |
com.genesyslab.platform.configuration.protocol.exceptions |
Uses of EventError2 in com.genesyslab.platform.configuration.protocol.confserver.events |
---|
Methods in com.genesyslab.platform.configuration.protocol.confserver.events that return EventError2 | |
---|---|
static EventError2 |
EventError2.create()
Creates instance of EventError2 with no parameters set. |
static EventError2 |
EventError2.create(java.lang.Integer errorCode)
Creates instance of EventError2 with required parameters set. |
static EventError2 |
EventError2.create(java.lang.Integer errorCode,
java.lang.Integer unsolisitedEventNumber)
Creates instance of EventError2 with all parameters set. |
Uses of EventError2 in com.genesyslab.platform.configuration.protocol.exceptions |
---|
Methods in com.genesyslab.platform.configuration.protocol.exceptions that return EventError2 | |
---|---|
EventError2 |
SessionRejectedException.getMsgDisconnectEvent()
Returns original EventError2
(MSG_DISCONNECTED ) event. |
EventError2 |
SessionDisconnectedException.getMsgDisconnectEvent()
Returns original EventError2
(MSG_DISCONNECTED ) event. |
Constructors in com.genesyslab.platform.configuration.protocol.exceptions with parameters of type EventError2 | |
---|---|
HistoryLogExpiredException(java.lang.String errMessage,
EventError2 errEvt)
|
|
SessionDisconnectedException(java.lang.String errMessage,
EventError2 errEvent)
|
|
SessionRejectedException(java.lang.String errMessage,
EventError2 errEvt)
|
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |