public class TimeoutException
extends java.sql.SQLException
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
REASON |
Constructor and Description |
---|
TimeoutException()
Creates default timeout exception.
|
TimeoutException(long millis)
Creates timeout exception with reason string that includes
the timeout interval that caused the timeout condition.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
getErrorCode, getNextException, getSQLState, iterator, setNextException
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public static final java.lang.String REASON
public TimeoutException()
public TimeoutException(long millis)
millis
- timeout in millisCopyright (C) 2003-2021 SQLstream, Inc.