|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
cisco.uc.cuae.messaging.InvalidMessageStateException
public static class messaging.InvalidMessageStateException
Thrown when the message is in invalid state, such as already archived ,un-restorable.
| Field Summary | |
|---|---|
java.lang.String |
mailboxId
The ID for the mailbox. |
java.lang.String |
messageId
The ID of a message in the mailbox. |
java.lang.String |
reason
The reason or state of the message |
| Constructor Summary | |
|---|---|
messaging.InvalidMessageStateException()
Constructs the InvalidMessageStateException. |
|
messaging.InvalidMessageStateException(java.lang.String mailboxId,
java.lang.String messageId,
java.lang.String reason)
Constructs the InvalidMessageStateException. |
|
| Method Summary | |
|---|---|
java.lang.String |
getMailboxId()
Gets the value. |
java.lang.String |
getMessage()
|
java.lang.String |
getMessageId()
Gets the value. |
java.lang.String |
getReason()
Gets the value. |
void |
setMailboxId(java.lang.String value)
Sets the value. |
void |
setMessageId(java.lang.String value)
Sets the value. |
void |
setReason(java.lang.String value)
Sets the value. |
| 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 |
|---|
public java.lang.String mailboxId
public java.lang.String messageId
public java.lang.String reason
| Constructor Detail |
|---|
public messaging.InvalidMessageStateException()
public messaging.InvalidMessageStateException(java.lang.String mailboxId,
java.lang.String messageId,
java.lang.String reason)
mailboxId - The ID for the mailbox.messageId - The ID of a message in the mailbox.reason - The reason or state of the message| Method Detail |
|---|
public java.lang.String getMessage()
getMessage in class java.lang.Throwablepublic java.lang.String getMailboxId()
public void setMailboxId(java.lang.String value)
value - the value.public java.lang.String getMessageId()
public void setMessageId(java.lang.String value)
value - the value.public java.lang.String getReason()
public void setReason(java.lang.String value)
value - the value.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||