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