Package org.apache.ignite
Class IgniteDataStreamerTimeoutException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- java.lang.RuntimeException
- 
- org.apache.ignite.IgniteException
- 
- org.apache.ignite.IgniteDataStreamerTimeoutException
 
 
 
 
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class IgniteDataStreamerTimeoutException extends IgniteException Exception is thrown when timeout of someIgniteDataStreameroperations occurs.- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description IgniteDataStreamerTimeoutException(String msg)Creates new timeout exception with given error message.IgniteDataStreamerTimeoutException(String msg, Throwable cause)Creates new timeout exception with given error message and optional nested exception.
 - 
Method Summary- 
Methods inherited from class org.apache.ignite.IgniteExceptiongetCause, hasCause, toString
 - 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
- 
 
- 
- 
- 
Constructor Detail- 
IgniteDataStreamerTimeoutExceptionpublic IgniteDataStreamerTimeoutException(String msg) Creates new timeout exception with given error message.- Parameters:
- msg- Error message.
 
 
- 
 
-