Class DistCp.DuplicationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- fr.ens.biologie.genomique.eoulsan.modules.mgmt.hadoop.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
Fields Modifier and Type Field Description static int
ERROR_CODE
Error code for this exception
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Field Detail
-
ERROR_CODE
public static final int ERROR_CODE
Error code for this exception- See Also:
- Constant Field Values
-
-