public class MessageBoxOverflowException extends MessageSendException
| Constructor and Description |
|---|
MessageBoxOverflowException(String message,
List<String> undeliveredUsersList)
Constructs a new MessageBoxOverflowException with the specified message.
|
MessageBoxOverflowException(String message,
Throwable cause,
List<String> undeliveredUsersList)
Constructs a new MessageBoxOverflowException with the specified message and cause.
|
MessageBoxOverflowException(Throwable cause,
List<String> undeliveredUsersList)
Constructs a new MessageBoxOverflowException with the specified cause.
|
getUndeliveredUsersListaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MessageBoxOverflowException(String message, List<String> undeliveredUsersList)
message - The detailed messageundeliveredUsersList - list of IDs of users/groups to whom message couldn't be delivered.public MessageBoxOverflowException(String message, Throwable cause, List<String> undeliveredUsersList)
message - The detailed messagecause - The causeundeliveredUsersList - list of IDs of users/groups to whom message couldn't be delivered.public MessageBoxOverflowException(Throwable cause, List<String> undeliveredUsersList)
cause - The causeundeliveredUsersList - list of IDs of users/groups to whom message couldn't be delivered."Copyright © 2010 - 2017 Adobe Systems Incorporated. All Rights Reserved"