org.apache.hadoop.tools
Class DistCp.DuplicationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.hadoop.tools.DistCp.DuplicationException
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- DistCp
public static class DistCp.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 © 2009 The Apache Software Foundation