com.aspose.email

Interfaces

Classes

Enums

Exceptions

com.aspose.email

Class FetchTimeoutException

  • All Implemented Interfaces:
    Serializable


    public class FetchTimeoutException
    extends AsposeException

    Represents the exception that is thrown when a message can not be read within the specified time.

    See Also:
    Serialized Form
    • Constructor Detail

      • FetchTimeoutException

        public FetchTimeoutException()

        Initializes a new instance of the FetchTimeoutException class.

      • FetchTimeoutException

        public FetchTimeoutException(String message)

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

        Parameters:
        message - A message that describes the error.
      • FetchTimeoutException

        public FetchTimeoutException(String message,
                             Throwable inner)

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

        Parameters:
        message - A message that describes the error.
        inner - The exception causing the current exception.