Configuration Platform SDK 7.6 API Reference

com.genesyslab.platform.commons.protocol
Class MissingAttributeException

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.MissingAttributeException
All Implemented Interfaces:
java.io.Serializable

public class MissingAttributeException
extends ProtocolException

This exception means that SDK don't recognize the attribute sent by the server. It probably means that you use old version of SDK with new version of server. Ids of message and attribute are accessible as properties of this exception.

See Also:
Serialized Form

Constructor Summary
MissingAttributeException(java.lang.String message, java.lang.String messageId, java.lang.String attributeId)
           
 
Method Summary
 java.lang.String getAttributeId()
           
 java.lang.String getMessageId()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MissingAttributeException

public MissingAttributeException(java.lang.String message,
                                 java.lang.String messageId,
                                 java.lang.String attributeId)
Method Detail

getMessageId

public java.lang.String getMessageId()

getAttributeId

public java.lang.String getAttributeId()

toString

public java.lang.String toString()

Configuration Platform SDK 7.6 API Reference

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