com.cloudera.sqoop.util
Class ImportException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.cloudera.sqoop.util.ImportException
All Implemented Interfaces:
java.io.Serializable

public class ImportException
extends java.lang.Exception

General error during the import process.

See Also:
Serialized Form

Constructor Summary
ImportException()
           
ImportException(java.lang.String message)
           
ImportException(java.lang.String message, java.lang.Throwable cause)
           
ImportException(java.lang.Throwable cause)
           
 
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
 

Constructor Detail

ImportException

public ImportException()

ImportException

public ImportException(java.lang.String message)

ImportException

public ImportException(java.lang.Throwable cause)

ImportException

public ImportException(java.lang.String message,
                       java.lang.Throwable cause)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Throwable


Copyright © 2010 Cloudera, Inc.