com.aspose.email

Interfaces

Classes

Enums

Exceptions

com.aspose.email

Class ReadLinesTimeoutException

  • All Implemented Interfaces:
    Serializable


    public class ReadLinesTimeoutException
    extends AsposeException

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

    See Also:
    Serialized Form
    • Constructor Detail

      • ReadLinesTimeoutException

        public ReadLinesTimeoutException()

        Initializes a new instance of the ReadLinesTimeoutException class.

      • ReadLinesTimeoutException

        public ReadLinesTimeoutException(String message)

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

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

        public ReadLinesTimeoutException(String message,
                                 Throwable inner)

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

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