Class NetworkException

    • Constructor Detail

      • NetworkException

        public NetworkException​(String message)
        Constructs a NetworkException with an explanatory message.
        Parameters:
        message - Detail about the reason for the exception.
      • NetworkException

        public NetworkException​(String message,
                                Throwable cause)
        Constructs a NetworkException with an explanatory message and cause.
        Parameters:
        message - Detail about the reason for the exception.
        cause - The cause.
      • NetworkException

        public NetworkException​(Throwable cause)
        Constructs a new NetworkException with the specified cause.
        Parameters:
        cause - The cause.