com.aspose.email

Interfaces

Classes

Enums

Exceptions

com.aspose.email

Class MimeException

  • All Implemented Interfaces:
    Serializable


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

    Provides information about MIME errors

    See Also:
    Serialized Form
    • Constructor Detail

      • MimeException

        public MimeException()

        Initializes a new instance of the MimeException class.

      • MimeException

        public MimeException(String message)

        Initializes a new instance of the MimeException class.

        Parameters:
        message - The error message.
      • MimeException

        public MimeException(String message,
                     Throwable innerException)

        Initializes a new instance of the MimeException class.

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