|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CfgErrorType | |
---|---|
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 |
Uses of CfgErrorType in com.genesyslab.platform.applicationblocks.com |
---|
Methods in com.genesyslab.platform.applicationblocks.com that return CfgErrorType | |
---|---|
CfgErrorType |
ConfigServerException.getErrorType()
The type of error that has occurred. |
Constructors in com.genesyslab.platform.applicationblocks.com with parameters of type CfgErrorType | |
---|---|
ConfigServerException(CfgErrorType errType,
CfgObjectType objType,
CfgObjectProperty objProperty,
java.lang.String message)
Creates the exception class. |
Uses of CfgErrorType in com.genesyslab.platform.configuration.protocol.exceptions |
---|
Methods in com.genesyslab.platform.configuration.protocol.exceptions that return CfgErrorType | |
---|---|
CfgErrorType |
SessionRejectedException.getErrorType()
Returns CfgErrorType
value of the Error Code reported by server in
EventError2 . |
CfgErrorType |
SessionDisconnectedException.getErrorType()
Returns CfgErrorType
value of the Error Code reported by server in
EventError2 . |
Uses of CfgErrorType in com.genesyslab.platform.configuration.protocol.types |
---|
Fields in com.genesyslab.platform.configuration.protocol.types declared as CfgErrorType | |
---|---|
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. |
Methods in com.genesyslab.platform.configuration.protocol.types that return CfgErrorType | |
---|---|
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. |
Methods in com.genesyslab.platform.configuration.protocol.types that return types with arguments of type CfgErrorType | |
---|---|
static java.util.Collection<CfgErrorType> |
CfgErrorType.values()
Returns all values of the enumeration. |
Uses of CfgErrorType in com.genesyslab.platform.configuration.protocol.utilities |
---|
Methods in com.genesyslab.platform.configuration.protocol.utilities that return CfgErrorType | |
---|---|
CfgErrorType |
CfgErrorCode.getErrorType()
|
static CfgErrorType |
CfgUtilities.getErrorType(int errorCode)
|
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |