public class TimeoutException extends AgqlRuntimeException
TimeoutException class.
Constructor and Description |
---|
TimeoutException()
Constructor for TimeoutException.
|
TimeoutException(String message)
Constructor for TimeoutException.
|
TimeoutException(String message,
Throwable cause)
Constructor for TimeoutException.
|
TimeoutException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace)
Constructor for TimeoutException.
|
TimeoutException(Throwable cause)
Constructor for TimeoutException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public TimeoutException()
Constructor for TimeoutException.
public TimeoutException(String message)
Constructor for TimeoutException.
message
- a String
objectpublic TimeoutException(String message, Throwable cause)
Constructor for TimeoutException.
public TimeoutException(Throwable cause)
Constructor for TimeoutException.
cause
- a Throwable
objectCopyright © 2016–2024. All rights reserved.