Class PlanAppenderException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.nemo.runtime.common.exception.PlanAppenderException
-
- All Implemented Interfaces:
java.io.Serializable
public final class PlanAppenderException extends java.lang.RuntimeException
An exception which represents exception during appending plans.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PlanAppenderException(java.lang.String message)
Constructor with String.PlanAppenderException(java.lang.Throwable throwable)
Constructor with throwable.
-
-
-
Constructor Detail
-
PlanAppenderException
public PlanAppenderException(java.lang.Throwable throwable)
Constructor with throwable.- Parameters:
throwable
- the throwable to throw.
-
PlanAppenderException
public PlanAppenderException(java.lang.String message)
Constructor with String.- Parameters:
message
- the exception message.
-
-