cisco.uc.cuae
Class messaging.NoSuchMessageException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by cisco.uc.cuae.messaging.MessagingException
              extended by cisco.uc.cuae.messaging.NoSuchMessageException
All Implemented Interfaces:
java.io.Serializable
Enclosing interface:
messaging

public static class messaging.NoSuchMessageException
extends messaging.MessagingException

Thrown when no message with the specified messageId exists.

See Also:
Serialized Form

Field Summary
 java.lang.String messageId
           
 
Fields inherited from class cisco.uc.cuae.messaging.MessagingException
data, detail, errorCode, errorString
 
Constructor Summary
messaging.NoSuchMessageException()
          Constructs the NoSuchMessageException.
messaging.NoSuchMessageException(java.lang.Integer errorCode, java.lang.String errorString, java.lang.String detail, java.lang.Object data, java.lang.String messageId)
          Constructs the NoSuchMessageException.
 
Method Summary
 java.lang.String getMessage()
           
 java.lang.String getMessageId()
          Gets the value.
 void setMessageId(java.lang.String value)
          Sets the value.
 
Methods inherited from class cisco.uc.cuae.messaging.MessagingException
getData, getDetail, getErrorCode, getErrorString, setData, setDetail, setErrorCode, setErrorString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

messageId

public java.lang.String messageId
Constructor Detail

messaging.NoSuchMessageException

public messaging.NoSuchMessageException()
Constructs the NoSuchMessageException. Don't init any fields.


messaging.NoSuchMessageException

public messaging.NoSuchMessageException(java.lang.Integer errorCode,
                                        java.lang.String errorString,
                                        java.lang.String detail,
                                        java.lang.Object data,
                                        java.lang.String messageId)
Constructs the NoSuchMessageException.

Method Detail

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class messaging.MessagingException

getMessageId

public java.lang.String getMessageId()
Gets the value.

Returns:
the value.

setMessageId

public void setMessageId(java.lang.String value)
Sets the value.

Parameters:
value - the value.


Copyright © 2008. All Rights Reserved.