org.apache.hadoop.hive.ql.exec
Class TaskExecutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.hadoop.hive.ql.exec.TaskExecutionException
- All Implemented Interfaces:
- Serializable
public class TaskExecutionException
- extends RuntimeException
Exception thrown by any task processor to signal a problem with task
execution.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
TaskExecutionException
public TaskExecutionException(String msg)
TaskExecutionException
public TaskExecutionException(String msg,
Throwable cause)
TaskExecutionException
public TaskExecutionException(Throwable cause)
Copyright © 2013 The Apache Software Foundation