public class EmailReplyException
extends CollabException
EmailReplyException is a generic exception for all failures in the email reply feature.| Constructor and Description |
|---|
EmailReplyException(String message)
Constructs a new CollabException with the specified message and cause.
|
EmailReplyException(String message,
Throwable cause)
Constructs a new CollabException with the specified message and cause.
|
EmailReplyException(Throwable cause)
Constructs a new CollabException with the specified message and cause.
|
public EmailReplyException(String message)
message - The detailed messagepublic EmailReplyException(String message, Throwable cause)
message - The detailed messagecause - The causepublic EmailReplyException(Throwable cause)
cause - The cause"Copyright © 2010 - 2017 Adobe Systems Incorporated. All Rights Reserved"