Class IngestException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opencastproject.ingest.api.IngestException
All Implemented Interfaces:
Serializable

public class IngestException extends Exception
Exception throws due to a problem ingesting media or metadata files.
See Also:
  • Constructor Details

    • IngestException

      public IngestException(String message)
      Constructs an ingest exception
      Parameters:
      message - the failure message
    • IngestException

      public IngestException(Throwable cause)
      Constructs an ingest exception
      Parameters:
      cause - the original cause
    • IngestException

      public IngestException(String message, Throwable t)
      Constructs an ingest exception
      Parameters:
      message - the failure message
      t - the original cause