java.io.Serializable
public class ConfigServerException extends ConfigException implements java.io.Serializable
Modifier | Constructor | Description |
---|---|---|
|
ConfigServerException(CfgErrorType errType,
CfgObjectType objType,
CfgObjectProperty objProperty,
java.lang.String message) |
Creates the exception class.
|
|
ConfigServerException(java.lang.String message) |
Creates the exception class.
|
protected |
ConfigServerException(java.lang.String message,
java.lang.Exception innerException) |
Creates the exception class.
|
Modifier and Type | Method | Description |
---|---|---|
CfgErrorType |
getErrorType() |
The type of error that has occurred.
|
CfgObjectProperty |
getObjectProperty() |
The property of the configuration object which has caused the error.
|
CfgObjectType |
getObjectType() |
The type of configuration object this error applies to.
|
java.lang.String |
toString() |
Returns a short description of this exception.
|
public ConfigServerException(CfgErrorType errType, CfgObjectType objType, CfgObjectProperty objProperty, java.lang.String message)
errType
- the type of error that has occurredobjType
- the type of configuration object this error applies toobjProperty
- the property of the configuration object which has caused the errormessage
- exception messagepublic ConfigServerException(java.lang.String message)
message
- Exception Messageprotected ConfigServerException(java.lang.String message, java.lang.Exception innerException)
innerException
- the inner exceptionmessage
- exception messagepublic final CfgErrorType getErrorType()
public final CfgObjectType getObjectType()
public final CfgObjectProperty getObjectProperty()
public java.lang.String toString()
toString
in class java.lang.Throwable
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.