com.aspose.email

Interfaces

Classes

Enums

Exceptions

com.aspose.email

Class Pop3Exception

  • All Implemented Interfaces:
    Serializable


    public class Pop3Exception
    extends AsposeException

    Represents the exception that is thrown when the Pop3Client is not able to complete an operation.

    See Also:
    Serialized Form
    • Constructor Detail

      • Pop3Exception

        public Pop3Exception()

        Initializes a new instance of the Pop3Exception class.

      • Pop3Exception

        public Pop3Exception(String message)

        Initializes a new instance of the Pop3Exception class.

        Parameters:
        message - The error message.
      • Pop3Exception

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

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

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

        public Pop3Exception(String message,
                     RuntimeException innerException)

        Initializes a new instance of the Pop3Exception class.

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