com.aspose.email

Interfaces

Classes

Enums

Exceptions

com.aspose.email

Class NetworkException

  • All Implemented Interfaces:
    Serializable


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

    Thrown if there is a network connection failure.

    See Also:
    Serialized Form
    • Constructor Detail

      • NetworkException

        public NetworkException()

        Initializes a new instance of the NetworkException class.

      • NetworkException

        public NetworkException(String message)

        Initializes a new instance of the NetworkException class.

        Parameters:
        message - The error message.
      • NetworkException

        public NetworkException(String message,
                        com.aspose.ms.System.Exception inner)

        Initializes a new instance of the NetworkException class.

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