public class OperationTimeoutException extends ConnectorException
operation
times out. The framework cancels an operation when the
corresponding method has been executing for longer than the
limit
specified in APIConfiguration
.Constructor and Description |
---|
OperationTimeoutException() |
OperationTimeoutException(String msg) |
OperationTimeoutException(String msg,
Throwable e) |
OperationTimeoutException(Throwable e) |
rethrow, wrap
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public OperationTimeoutException()
ConnectorException()
public OperationTimeoutException(String msg)
ConnectorException(String)
public OperationTimeoutException(Throwable e)
ConnectorException(Throwable)
public OperationTimeoutException(String msg, Throwable e)
ConnectorException(String, Throwable)
Copyright © 2022. All rights reserved.