Package | Description |
---|---|
com.genesyslab.platform.applicationblocks.com | |
com.genesyslab.platform.configuration.protocol.exceptions | |
com.genesyslab.platform.configuration.protocol.types |
This package contains classes based on the Genesys
GEnum class. |
com.genesyslab.platform.configuration.protocol.utilities |
Modifier and Type | Method | Description |
---|---|---|
CfgErrorType |
ConfigServerException.getErrorType() |
The type of error that has occurred.
|
Constructor | Description |
---|---|
ConfigServerException(CfgErrorType errType,
CfgObjectType objType,
CfgObjectProperty objProperty,
java.lang.String message) |
Creates the exception class.
|
Modifier and Type | Method | Description |
---|---|---|
CfgErrorType |
SessionDisconnectedException.getErrorType() |
Returns
CfgErrorType
value of the Error Code reported by server in
EventError2 . |
CfgErrorType |
SessionRejectedException.getErrorType() |
Returns
CfgErrorType
value of the Error Code reported by server in
EventError2 . |
Modifier and Type | Field | Description |
---|---|---|
static CfgErrorType |
CfgErrorType.CFGAccessDenied |
Access denied.
|
static CfgErrorType |
CfgErrorType.CFGAppSecurityViolation |
Your application is not recognized by the Configuration Server or application with the same name already started
|
static CfgErrorType |
CfgErrorType.CFGChangePasswordDenied |
Change password request denied.
|
static CfgErrorType |
CfgErrorType.CFGConfigFileIncorrect |
Compatibility error.
|
static CfgErrorType |
CfgErrorType.CFGConfigFileNotRead |
Compatibility error.
|
static CfgErrorType |
CfgErrorType.CFGConnReadError |
A communication error has occurred upon receiving a response or notification from Configuration Server.
|
static CfgErrorType |
CfgErrorType.CFGConnWriteError |
A communication error has occurred upon sending a response or notification from Configuration Server.
|
static CfgErrorType |
CfgErrorType.CFGDBError |
A database error has occurred.
|
static CfgErrorType |
CfgErrorType.CFGDBResponseTimedOut |
The database query timeout expired.
|
static CfgErrorType |
CfgErrorType.CFGDependentObjects |
Additional action required.
|
static CfgErrorType |
CfgErrorType.CFGEmptyPasswordDenied |
Empty password is prohibited.
|
static CfgErrorType |
CfgErrorType.CFGExternalAuthenticationError |
External authentication error.
|
static CfgErrorType |
CfgErrorType.CFGForcedDisconnect |
Your communication session has been terminated by the network management system.
|
static CfgErrorType |
CfgErrorType.CFGHistoryLogExpired |
Compatibility error.
|
static CfgErrorType |
CfgErrorType.CFGIncompleteObjectData |
Incomplete data, or the specified information is not within the allowable range.
|
static CfgErrorType |
CfgErrorType.CFGIncorrectReferences |
Your transaction conflicts with existing data.
|
static CfgErrorType |
CfgErrorType.CFGListItemNotFound |
Object association does not exist.
|
static CfgErrorType |
CfgErrorType.CFGLocaleItemNotChanged |
Locale item could not be changed.
|
static CfgErrorType |
CfgErrorType.CFGLocaleItemNotFound |
Locale item could not be located.
|
static CfgErrorType |
CfgErrorType.CFGLoginIncorrect |
Invalid logon information specified.
|
static CfgErrorType |
CfgErrorType.CFGMaxErrorType |
CFGMaxErrorType
|
static CfgErrorType |
CfgErrorType.CFGNoDBAccess |
The link to the Configuration Database is not available.
|
static CfgErrorType |
CfgErrorType.CFGNoError |
Success
|
static CfgErrorType |
CfgErrorType.CFGNoPermission |
Permission error.
|
static CfgErrorType |
CfgErrorType.CFGObjectNotFound |
Object does not exist.
|
static CfgErrorType |
CfgErrorType.CFGObjectPackingError |
The object cannot be packed for transmission due to object size limitations.
|
static CfgErrorType |
CfgErrorType.CFGReadOnlyOperationalModeActivated |
Transaction rejected.
|
static CfgErrorType |
CfgErrorType.CFGServerNotFound |
The specified Configuration Server cannot be found
|
static CfgErrorType |
CfgErrorType.CFGSetOperationalModeFailed |
Operation failed.
|
static CfgErrorType |
CfgErrorType.CFGUnchangeableInfo |
Invalid update attempt.
|
static CfgErrorType |
CfgErrorType.CFGUndefinedError |
Compatibility error.
|
static CfgErrorType |
CfgErrorType.CFGUniquenessViolation |
Duplicate information specified.
|
static CfgErrorType |
CfgErrorType.CFGUnknownMessage |
The application message cannot be identified as a valid message by the Configuration Server.
|
static CfgErrorType |
CfgErrorType.CFGUnsecureConnectionDenied |
Unsecure connection denied.
|
static CfgErrorType |
CfgErrorType.CFGUnspecifiedModification |
Unspecified modification.
|
static CfgErrorType |
CfgErrorType.CFGUnsupportedEncoding |
Your application cannot connect to Configuration Server because it uses unsupported encoding.
|
static CfgErrorType |
CfgErrorType.CFGUnsupportedObject |
Unsupported object property requested.
|
static CfgErrorType |
CfgErrorType.CFGUnsupportedProperty |
Unsupported object property requested.
|
static CfgErrorType |
CfgErrorType.CFGUserMustChangePassword |
User must change password at logon.
|
static CfgErrorType |
CfgErrorType.CFGValueOutOfRange |
Incomplete data, or the specified information is not within the allowable range.
|
static CfgErrorType |
CfgErrorType.CFGWrongAPIParameters |
Compatibility error.
|
static CfgErrorType |
CfgErrorType.CFGWrongProtocol |
Your application cannot connect to Configuration Server because it is using a wrong communication protocol.
|
static CfgErrorType |
CfgErrorType.CFGXMLParseError |
XML parsing error.
|
Modifier and Type | Method | Description |
---|---|---|
static CfgErrorType |
CfgErrorType.valueOf(int ordinal) |
Returns enumeration value by given ordinal number.
|
static CfgErrorType |
CfgErrorType.valueOf(java.lang.String name) |
Returns enumeration value with specified name or null if no such value exists.
|
Modifier and Type | Method | Description |
---|---|---|
static java.util.Collection<CfgErrorType> |
CfgErrorType.values() |
Returns all values of the enumeration.
|
Modifier and Type | Method | Description |
---|---|---|
CfgErrorType |
CfgErrorCode.getErrorType() |
|
static CfgErrorType |
CfgErrorCode.getErrorType(int errorCode) |
|
static CfgErrorType |
CfgUtilities.getErrorType(int errorCode) |
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.