Package org.apache.nemo.common.exception
Class SchedulingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.nemo.common.exception.SchedulingException
-
- All Implemented Interfaces:
java.io.Serializable
public final class SchedulingException extends java.lang.RuntimeException
SchedulingException. Thrown when any exception occurs while trying to schedule a {org.apache.nemo.runtime.common.plan.physical.Task} to an executor.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SchedulingException(java.lang.Throwable exception)
SchedulingException.
-