|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EventError | |
---|---|
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 EventError in com.genesyslab.platform.configuration.protocol.confserver.events |
---|
Methods in com.genesyslab.platform.configuration.protocol.confserver.events that return EventError | |
---|---|
static EventError |
EventError.create()
Creates instance of EventError with no parameters set. |
static EventError |
EventError.create(java.lang.Integer errorCode,
java.lang.String description)
Creates instance of EventError with required parameters set. |
static EventError |
EventError.create(java.lang.Integer errorCode,
java.lang.String description,
java.lang.Integer externalAuthentication)
Creates instance of EventError with all parameters set. |
Uses of EventError in com.genesyslab.platform.configuration.protocol.exceptions |
---|
Constructors in com.genesyslab.platform.configuration.protocol.exceptions with parameters of type EventError | |
---|---|
ChangePasswordException(java.lang.String errMessage,
EventError eventError)
|
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |