Platform SDK Java 8.5 API Reference

com.genesyslab.platform.commons.protocol
Class IllegalAttributeValueException

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

public class IllegalAttributeValueException
extends ProtocolException

The exception notifies about some problem in user request message.
It may mean absence of required attribute or its invalid value.

See Also:
Serialized Form

Constructor Summary
IllegalAttributeValueException(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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IllegalAttributeValueException

public IllegalAttributeValueException(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()
Overrides:
toString in class java.lang.Throwable

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.