|
Configuration Platform SDK 7.6 API Reference | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PlatformException | |
com.genesyslab.platform.commons.connection | Provides facilities for communicating with Genesys servers. |
com.genesyslab.platform.commons.protocol | Contains classes that support the Protocol objects
used by applications developed with the Platform SDKs. |
Uses of PlatformException in com.genesyslab.platform.commons.connection |
Subclasses of PlatformException in com.genesyslab.platform.commons.connection | |
class |
ConnectionException
Connection-related exception. |
Methods in com.genesyslab.platform.commons.connection that throw PlatformException | |
java.lang.Object |
MessageStructureHandler.onNewMessage(java.lang.Object state,
int messageId)
|
java.lang.Object |
MessageStructureHandler.onAttribute(java.lang.Object state,
java.lang.String attributeId,
java.lang.String value)
|
java.lang.Object |
MessageStructureHandler.onAttribute(java.lang.Object state,
java.lang.String attributeId,
int value)
|
java.lang.Object |
MessageStructureHandler.onAttribute(java.lang.Object state,
java.lang.String attributeId,
long value)
|
java.lang.Object |
MessageStructureHandler.onAttribute(java.lang.Object state,
java.lang.String attributeId,
byte[] value)
|
java.lang.Object |
MessageStructureHandler.onMessageEnd(java.lang.Object state)
|
void |
MessagePackager.sendMessage(java.lang.Object message)
|
Uses of PlatformException in com.genesyslab.platform.commons.protocol |
Subclasses of PlatformException in com.genesyslab.platform.commons.protocol | |
class |
MissingAttributeException
This exception means that SDK don't recognize the attribute sent by the server. |
class |
ProtocolException
|
class |
RegistrationException
Thrown when there are problems during client registration stage of channel opening. |
|
Configuration Platform SDK 7.6 API Reference | ||||||||||
PREV NEXT | FRAMES NO FRAMES |