public class NetworkException
extends Exception
Thrown if there is a network connection failure.
| Constructor and Description |
|---|
NetworkException()
Initializes a new instance of the
NetworkException class. |
NetworkException(String message)
Initializes a new instance of the
NetworkException class. |
NetworkException(String message,
Exception inner)
Initializes a new instance of the
NetworkException class. |
getHResult, getInnerException, getType, setErrorCode, setHResult, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic NetworkException()
Initializes a new instance of the NetworkException class.
public NetworkException(String message)
Initializes a new instance of the NetworkException class.
message - The error message.public NetworkException(String message, Exception inner)
Initializes a new instance of the NetworkException class.
message - The error message.inner - The inner exception.Copyright (c) 2008-2024 Aspose Pty Ltd. All Rights Reserved.