com.aspose.email

Interfaces

Classes

Enums

Exceptions

com.aspose.email

Class MapiMessageParseException

  • All Implemented Interfaces:
    Serializable


    public class MapiMessageParseException
    extends com.aspose.ms.System.Exception

    This exception is thrown when errors occur in parsing MapiMessage.

    See Also:
    Serialized Form
    • Constructor Detail

      • MapiMessageParseException

        public MapiMessageParseException()

        Initializes a new instance of the MapiMessageParseException class.

      • MapiMessageParseException

        public MapiMessageParseException(String message)

        Initializes a new instance of the MapiMessageParseException class.

        Parameters:
        message - The error message.
      • MapiMessageParseException

        public MapiMessageParseException(String message,
                                 Throwable innerException)

        Initializes a new instance of the MapiMessageParseException class.

        Parameters:
        message - The error message.
        innerException - The inner exception.