public class OperationTimeoutException extends HazelcastException
TimeoutException
.
Some of the Hazelcast operations may throw an OperationTimeoutException
.
Hazelcast uses OperationTimeoutException to pass TimeoutException up through interfaces
that don't have TimeoutException in their signatures.
TimeoutException
,
Serialized FormConstructor and Description |
---|
OperationTimeoutException() |
OperationTimeoutException(String message) |
OperationTimeoutException(String op,
String message) |
OperationTimeoutException(String message,
Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public OperationTimeoutException()
public OperationTimeoutException(String message)
Copyright © 2023 Hazelcast, Inc.. All rights reserved.