Package org.apache.nemo.common.exception
Class BlockFetchException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.nemo.common.exception.BlockFetchException
-
- All Implemented Interfaces:
java.io.Serializable
public final class BlockFetchException extends java.lang.RuntimeException
BlockFetchException. Thrown when any exception occurs while trying to fetch a block for task execution.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BlockFetchException(java.lang.Throwable throwable)
BlockFetchException.
-