Package org.apache.nemo.common.exception
Class NodeConnectionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.nemo.common.exception.NodeConnectionException
-
- All Implemented Interfaces:
java.io.Serializable
public final class NodeConnectionException extends java.lang.RuntimeException
NodeConnectionException. Thrown when an exception occurs while trying to connect to a node.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NodeConnectionException(java.lang.Throwable cause)
NodeConnectionException.
-