Package org.opencastproject.ingest.api
Class IngestException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opencastproject.ingest.api.IngestException
- All Implemented Interfaces:
Serializable
Exception throws due to a problem ingesting media or metadata files.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionIngestException(String message) Constructs an ingest exceptionIngestException(String message, Throwable t) Constructs an ingest exceptionIngestException(Throwable cause) Constructs an ingest exception -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IngestException
Constructs an ingest exception- Parameters:
message- the failure message
-
IngestException
Constructs an ingest exception- Parameters:
cause- the original cause
-
IngestException
Constructs an ingest exception- Parameters:
message- the failure messaget- the original cause
-