Class BulkImportException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- uk.gov.gchq.gaffer.accumulostore.operation.hdfs.exception.BulkImportException
-
- All Implemented Interfaces:
Serializable
public class BulkImportException extends IOException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BulkImportException(String message, Throwable e)
BulkImportException(Throwable e)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-