com.hazelcast.core
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) |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.