public class FetchTimeoutException extends AsposeException
Represents the exception that is thrown when a message can not be read within the specified time.
| Constructor and Description |
|---|
FetchTimeoutException()
Initializes a new instance of the
FetchTimeoutException class. |
FetchTimeoutException(String message)
Initializes a new instance of the
FetchTimeoutException class with a specified error message. |
FetchTimeoutException(String message,
Throwable inner)
Initializes a new instance of the
FetchTimeoutException class with a specified error message. |
getErrorDetails, getMessage, toStringgetHResult, getInnerException, getType, setErrorCode, setHResultaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic FetchTimeoutException()
Initializes a new instance of the FetchTimeoutException class.
public FetchTimeoutException(String message)
Initializes a new instance of the FetchTimeoutException class with a specified error message.
message - A message that describes the error.public FetchTimeoutException(String message, Throwable inner)
Initializes a new instance of the FetchTimeoutException class with a specified error message.
message - A message that describes the error.inner - The exception causing the current exception.Copyright (c) 2008-2021 Aspose Pty Ltd. All Rights Reserved.