Class FileIngestException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.molgenis.file.ingest.execution.FileIngestException
-
- All Implemented Interfaces:
Serializable
@Deprecated public class FileIngestException extends RuntimeException
Deprecated.use class that extends fromCodedRuntimeException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FileIngestException()Deprecated.FileIngestException(String message)Deprecated.FileIngestException(String message, Throwable cause)Deprecated.FileIngestException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)Deprecated.FileIngestException(Throwable cause)Deprecated.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
FileIngestException
public FileIngestException()
Deprecated.
-
FileIngestException
public FileIngestException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
Deprecated.
-
FileIngestException
public FileIngestException(String message)
Deprecated.
-
FileIngestException
public FileIngestException(Throwable cause)
Deprecated.
-
-