public class TimeoutException extends AsposeException
Represents the exception that is thrown when the time for operation has expired.
| Constructor and Description |
|---|
TimeoutException()
Initializes a new instance of the
TimeoutException class. |
TimeoutException(String message)
Initializes a new instance of the
TimeoutException class. |
TimeoutException(String format,
int timeout) |
TimeoutException(String format,
Object... parameters)
Initializes a new instance of the
TimeoutException class. |
TimeoutException(String format,
String command,
int timeout) |
getErrorDetails, getMessage, toStringgetHResult, getInnerException, getType, setErrorCode, setHResultaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic TimeoutException(String message)
Initializes a new instance of the TimeoutException class.
message - Message of an exceptionpublic TimeoutException(String format, Object... parameters)
Initializes a new instance of the TimeoutException class.
format - Message formatparameters - Format parameterspublic TimeoutException(String format, int timeout)
public TimeoutException()
Initializes a new instance of the TimeoutException class.
Copyright (c) 2008-2024 Aspose Pty Ltd. All Rights Reserved.