This project has retired. For details please refer to its
Attic page.
ProcessingException (Sqoop 1.4.4 API)
com.cloudera.sqoop.lib
Class ProcessingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.sqoop.lib.ProcessingException
com.cloudera.sqoop.lib.ProcessingException
- All Implemented Interfaces:
- java.io.Serializable
Deprecated. use org.apache.sqoop.lib.ProcessingException instead.
public class ProcessingException
- extends ProcessingException
General error during processing of a SqoopRecord.
- See Also:
ProcessingException
,
Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ProcessingException
public ProcessingException()
- Deprecated.
ProcessingException
public ProcessingException(java.lang.String message)
- Deprecated.
ProcessingException
public ProcessingException(java.lang.Throwable cause)
- Deprecated.
ProcessingException
public ProcessingException(java.lang.String message,
java.lang.Throwable cause)
- Deprecated.
Copyright © 2013 The Apache Software Foundation