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, toString
getHResult, getInnerException, getType, setErrorCode, setHResult
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public 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.