Package org.apache.nemo.common.exception
Class UnknownFailureCauseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.nemo.common.exception.UnknownFailureCauseException
-
- All Implemented Interfaces:
java.io.Serializable
public final class UnknownFailureCauseException extends java.lang.RuntimeException
UnknownFailureCauseException. Thrown when the cause for the recoverable failure is undefined in Runtime.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnknownFailureCauseException(java.lang.Throwable cause)
UnknownFailureCauseException.
-