cisco.uc.cuae
Class messaging.NoSuchMessageException
java.lang.Object
java.lang.Throwable
java.lang.Exception
cisco.uc.cuae.messaging.MessagingException
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
| 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 |
messageId
public java.lang.String messageId
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.
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.