This project has retired. For details please refer to its
        
        Attic page.
      
org.apache.sqoop.lib
Class ProcessingException
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           org.apache.sqoop.lib.ProcessingException
org.apache.sqoop.lib.ProcessingException
- All Implemented Interfaces: 
- java.io.Serializable
- Direct Known Subclasses: 
- ProcessingException
- public class ProcessingException 
- extends java.lang.Exception
General error during processing of a SqoopRecord.
- See Also:
- Serialized Form
 
| Method Summary | 
|  java.lang.String | 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 | 
 
ProcessingException
public ProcessingException()
ProcessingException
public ProcessingException(java.lang.String message)
ProcessingException
public ProcessingException(java.lang.Throwable cause)
ProcessingException
public ProcessingException(java.lang.String message,
                           java.lang.Throwable cause)
toString
public java.lang.String toString()
- 
- Overrides:
- toStringin class- java.lang.Throwable
 
- 
 
Copyright © 2013 The Apache Software Foundation