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,
List<String> undeliveredUsersList,
Throwable cause)
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, toStringpublic 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, List<String> undeliveredUsersList, Throwable cause)
message - The detailed messageundeliveredUsersList - list of IDs of users/groups to whom message couldn't be delivered.cause - The causepublic 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 © 2010 - 2017 Adobe Systems Incorporated. All Rights Reserved"