Configuration Platform SDK 7.6 API Reference

com.genesyslab.platform.commons.protocol
Class RegistrationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.genesyslab.platform.commons.PlatformException
              extended bycom.genesyslab.platform.commons.protocol.ProtocolException
                  extended bycom.genesyslab.platform.commons.protocol.RegistrationException
All Implemented Interfaces:
java.io.Serializable

public class RegistrationException
extends ProtocolException

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

See Also:
Serialized Form

Constructor Summary
RegistrationException(java.lang.String message)
           
RegistrationException(java.lang.String message, Message cause)
           
RegistrationException(java.lang.String message, java.lang.Throwable cause)
           
 
Method Summary
 Message 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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RegistrationException

public RegistrationException(java.lang.String message)

RegistrationException

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

RegistrationException

public RegistrationException(java.lang.String message,
                             Message cause)
Method Detail

getResponseMessage

public Message getResponseMessage()

Configuration Platform SDK 7.6 API Reference

Send comments on this topic.
Copyright © 2006–2008 Genesys Telecommunication Laboratories, Inc. All rights reserved.