public class MessageSendException extends MessageException
Constructor and Description |
---|
MessageSendException(java.lang.String message,
java.util.List<java.lang.String> undeliveredUsersList)
Constructs a new MessageSendException with the specified message.
|
MessageSendException(java.lang.String message,
java.util.List<java.lang.String> undeliveredUsersList,
java.lang.Throwable cause)
Constructs a new MessageSendException with the specified message.
|
MessageSendException(java.lang.String message,
java.lang.Throwable cause,
java.util.List<java.lang.String> undeliveredUsersList)
Constructs a new MessageSendException with the specified message and cause.
|
MessageSendException(java.lang.Throwable cause,
java.util.List<java.lang.String> undeliveredUsersList)
Constructs a new MessageSendException with the specified cause.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
getUndeliveredUsersList()
get list of IDs of users/groups to whom message couldn't be delivered.
|
public MessageSendException(java.lang.String message, java.util.List<java.lang.String> undeliveredUsersList)
message
- The detailed messageundeliveredUsersList
- list of IDs of users/groups to whom message couldn't be delivered.public MessageSendException(java.lang.String message, java.util.List<java.lang.String> undeliveredUsersList, java.lang.Throwable cause)
message
- The detailed messageundeliveredUsersList
- list of IDs of users/groups to whom message couldn't be delivered.cause
- The causepublic MessageSendException(java.lang.String message, java.lang.Throwable cause, java.util.List<java.lang.String> undeliveredUsersList)
message
- The detailed messageundeliveredUsersList
- list of IDs of users/groups to whom message couldn't be delivered.cause
- The causepublic MessageSendException(java.lang.Throwable cause, java.util.List<java.lang.String> undeliveredUsersList)
undeliveredUsersList
- list of IDs of users/groups to whom message couldn't be delivered.cause
- The causeCopyright © 2010 - 2020 Adobe. All Rights Reserved