public class ReadLinesTimeoutException extends AsposeException
Represents the exception that is thrown when a response from server can not be read within the specified time.
Constructor and Description |
---|
ReadLinesTimeoutException()
Initializes a new instance of the
ReadLinesTimeoutException class. |
ReadLinesTimeoutException(String message)
Initializes a new instance of the
ReadLinesTimeoutException class with a specified error message. |
ReadLinesTimeoutException(String message,
Throwable inner)
Initializes a new instance of the
ReadLinesTimeoutException 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 ReadLinesTimeoutException()
Initializes a new instance of the ReadLinesTimeoutException
class.
public ReadLinesTimeoutException(String message)
Initializes a new instance of the ReadLinesTimeoutException
class with a specified error message.
message
- A message that describes the error.public ReadLinesTimeoutException(String message, Throwable inner)
Initializes a new instance of the ReadLinesTimeoutException
class with a specified error message.
message
- A message that describes the error.inner
- The exception causing the current exception.