public class MessageSendException extends MessageException
Constructor and Description |
---|
MessageSendException(String message,
List<String> undeliveredUsersList)
Constructs a new MessageSendException with the specified message.
|
MessageSendException(String message,
Throwable cause,
List<String> undeliveredUsersList)
Constructs a new MessageSendException with the specified message and cause.
|
MessageSendException(Throwable cause,
List<String> undeliveredUsersList)
Constructs a new MessageSendException with the specified cause.
|
Modifier and Type | Method and Description |
---|---|
List<String> |
getUndeliveredUsersList()
get list of IDs of users/groups to whom message couldn't be delivered.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public MessageSendException(String message, List<String> undeliveredUsersList)
message
- The detailed messageundeliveredUsersList
- list of IDs of users/groups to whom message couldn't be delivered.public MessageSendException(String message, Throwable cause, List<String> undeliveredUsersList)
message
- The detailed messageundeliveredUsersList
- list of IDs of users/groups to whom message couldn't be delivered.cause
- The cause"Copyright © 2006 - 2015 Adobe Systems Incorporated. All Rights Reserved"