org.apache.hadoop.util
Class CopyFiles.DuplicationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
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 |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ERROR_CODE
public static final int ERROR_CODE
- Error code for this exception
- See Also:
- Constant Field Values
Copyright © 2006 The Apache Software Foundation