com.cloudera.sqoop.io
Class UnsupportedCodecException

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

public class UnsupportedCodecException
extends java.io.IOException

Thrown when a compression codec cannot be recognized.

See Also:
Serialized Form

Constructor Summary
UnsupportedCodecException()
           
UnsupportedCodecException(java.lang.String msg)
           
UnsupportedCodecException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnsupportedCodecException

public UnsupportedCodecException()

UnsupportedCodecException

public UnsupportedCodecException(java.lang.String msg)

UnsupportedCodecException

public UnsupportedCodecException(java.lang.Throwable cause)


Copyright © 2010 Cloudera, Inc.