Platform SDK Java 8.5 API Reference

com.genesyslab.platform.configuration.protocol.exceptions
Class ConfRegistrationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.genesyslab.platform.commons.PlatformException
              extended by com.genesyslab.platform.commons.protocol.ProtocolException
                  extended by com.genesyslab.platform.commons.protocol.RegistrationException
                      extended by com.genesyslab.platform.configuration.protocol.exceptions.ConfRegistrationException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ChangePasswordException

public class ConfRegistrationException
extends RegistrationException

Thrown when there are problems during client registration stage of channel opening to configuration server.

See Also:
Serialized Form

Constructor Summary
ConfRegistrationException(java.lang.String message)
           
ConfRegistrationException(java.lang.String message, Message cause)
           
ConfRegistrationException(java.lang.String message, Message response, java.lang.Throwable cause)
           
ConfRegistrationException(java.lang.String message, java.lang.Throwable cause)
           
 
Method Summary
 CfgErrorCode getErrorCode()
          Gets configuration server error code if type of event is error.
 java.lang.String getErrorDescription()
          Gets description of an error if type of event is error.
 
Methods inherited from class com.genesyslab.platform.commons.protocol.RegistrationException
getResponseMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConfRegistrationException

public ConfRegistrationException(java.lang.String message)

ConfRegistrationException

public ConfRegistrationException(java.lang.String message,
                                 java.lang.Throwable cause)

ConfRegistrationException

public ConfRegistrationException(java.lang.String message,
                                 Message cause)

ConfRegistrationException

public ConfRegistrationException(java.lang.String message,
                                 Message response,
                                 java.lang.Throwable cause)
Method Detail

getErrorCode

public CfgErrorCode getErrorCode()
Gets configuration server error code if type of event is error.

Returns:
structure with initialized error attributes or null if it isn't error.

getErrorDescription

public java.lang.String getErrorDescription()
Gets description of an error if type of event is error.

Returns:
description of an error or null if it isn't error.

Platform SDK Java 8.5 API Reference

Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 8.5.302.00
Copyright © 2006–2017 Genesys Telecommunications Laboratories, Inc. All rights reserved.