This project has retired. For details please refer to its Attic page.
ProcessingException (Sqoop 1.4.1-incubating API)

com.cloudera.sqoop.lib
Class ProcessingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.sqoop.lib.ProcessingException
              extended by 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

Constructor Summary
ProcessingException()
          Deprecated.  
ProcessingException(java.lang.String message)
          Deprecated.  
ProcessingException(java.lang.String message, java.lang.Throwable cause)
          Deprecated.  
ProcessingException(java.lang.Throwable cause)
          Deprecated.  
 
Method Summary
 
Methods inherited from class org.apache.sqoop.lib.ProcessingException
toString
 
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
 

Constructor Detail

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 © 2012 The Apache Software Foundation