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