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 forTcpDiscoverySpiorTcpCommunicationSpi. For more information refer toIgniteConfiguration.setFailureDetectionTimeout(long)andIgniteSpiOperationTimeoutHelper.- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description IgniteSpiOperationTimeoutException(String msg)Constructor.
 - 
Method Summary- 
Methods inherited from class org.apache.ignite.IgniteCheckedExceptiongetCause, hasCause, toString
 - 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
- 
 
- 
- 
- 
Constructor Detail- 
IgniteSpiOperationTimeoutExceptionpublic IgniteSpiOperationTimeoutException(String msg) Constructor.- Parameters:
- msg- Error message.
 
 
- 
 
-