com.hazelcast.core
Class OperationTimeoutException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.hazelcast.core.HazelcastException
                  extended by com.hazelcast.core.OperationTimeoutException
All Implemented Interfaces:
Serializable

public class OperationTimeoutException
extends HazelcastException

An unchecked version of 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.

See Also:
TimeoutException, Serialized Form

Constructor Summary
OperationTimeoutException()
           
OperationTimeoutException(String message)
           
OperationTimeoutException(String op, String message)
           
OperationTimeoutException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OperationTimeoutException

public OperationTimeoutException()

OperationTimeoutException

public OperationTimeoutException(String message)

OperationTimeoutException

public OperationTimeoutException(String op,
                                 String message)

OperationTimeoutException

public OperationTimeoutException(Throwable cause)


Copyright © 2008-2012 Hazelcast, Inc. All Rights Reserved.