Package org.apache.ignite.spi
Class IgniteSpiOperationTimeoutException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.ignite.IgniteCheckedException
-
- org.apache.ignite.spi.IgniteSpiOperationTimeoutException
-
- All Implemented Interfaces:
Serializable
public class IgniteSpiOperationTimeoutException extends IgniteCheckedException
Kind of exception that is used when failure detection timeout is enabled forTcpDiscoverySpi
orTcpCommunicationSpi
. For more information refer toIgniteConfiguration.setFailureDetectionTimeout(long)
andIgniteSpiOperationTimeoutHelper
.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IgniteSpiOperationTimeoutException(String msg)
Constructor.
-
Method Summary
-
Methods inherited from class org.apache.ignite.IgniteCheckedException
getCause, hasCause, toString
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-
-
-
Constructor Detail
-
IgniteSpiOperationTimeoutException
public IgniteSpiOperationTimeoutException(String msg)
Constructor.- Parameters:
msg
- Error message.
-
-