public class MessageBoxOverflowException extends MessageSendException
Constructor and Description |
---|
MessageBoxOverflowException(java.lang.String message,
java.util.List<java.lang.String> undeliveredUsersList)
Constructs a new MessageBoxOverflowException with the specified message.
|
MessageBoxOverflowException(java.lang.String message,
java.lang.Throwable cause,
java.util.List<java.lang.String> undeliveredUsersList)
Constructs a new MessageBoxOverflowException with the specified message and cause.
|
MessageBoxOverflowException(java.lang.Throwable cause,
java.util.List<java.lang.String> undeliveredUsersList)
Constructs a new MessageBoxOverflowException with the specified cause.
|
getUndeliveredUsersList
public MessageBoxOverflowException(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 MessageBoxOverflowException(java.lang.String message, java.lang.Throwable cause, java.util.List<java.lang.String> undeliveredUsersList)
message
- The detailed messagecause
- The causeundeliveredUsersList
- list of IDs of users/groups to whom message couldn't be delivered.public MessageBoxOverflowException(java.lang.Throwable cause, java.util.List<java.lang.String> undeliveredUsersList)
cause
- The causeundeliveredUsersList
- list of IDs of users/groups to whom message couldn't be delivered.Copyright © 2010 - 2020 Adobe. All Rights Reserved