public class CheckedOperationTimeoutException extends TimeoutException
Constructor and Description |
---|
CheckedOperationTimeoutException(String message,
Collection<Operation> ops) |
CheckedOperationTimeoutException(String message,
Operation op)
Construct a CheckedOperationTimeoutException with the given message and
operation.
|
Modifier and Type | Method and Description |
---|---|
Collection<Operation> |
getOperations()
Get the operation that timed out.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public CheckedOperationTimeoutException(String message, Operation op)
message
- the messageop
- the operation that timed outpublic CheckedOperationTimeoutException(String message, Collection<Operation> ops)
public Collection<Operation> getOperations()
Copyright © 2019. All rights reserved.