com.aspose.email

Interfaces

Classes

Enums

Exceptions

com.aspose.email

Class ExchangeException

    • Constructor Detail

      • ExchangeException

        public ExchangeException()

        Initializes a new instance of the ExchangeException class.

      • ExchangeException

        public ExchangeException(String message)

        Initializes a new instance of the ExchangeException class.

        Parameters:
        message - The error message.
      • ExchangeException

        public ExchangeException(String format,
                         Object... parameters)

        Initializes a new instance of the ExchangeException class with a specified error message.

        Parameters:
        format - Message format
        parameters - Format parameters
      • ExchangeException

        public ExchangeException(String message,
                         Throwable innerException)

        Initializes a new instance of the ExchangeException class.

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