org.apache.hadoop.util
Class CopyFiles.DuplicationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.apache.hadoop.util.CopyFiles.DuplicationException
All Implemented Interfaces:
Serializable
Enclosing class:
CopyFiles

public static class CopyFiles.DuplicationException
extends IOException

An exception class for duplicated source files.

See Also:
Serialized Form

Field Summary
static int ERROR_CODE
          Error code for this exception
 
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
 

Field Detail

ERROR_CODE

public static final int ERROR_CODE
Error code for this exception

See Also:
Constant Field Values


Copyright © 2006 The Apache Software Foundation