Class MediaPackageException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opencastproject.mediapackage.MediaPackageException
All Implemented Interfaces:
Serializable

public class MediaPackageException extends Exception
General exception that is raised when problems occur while manipulating media packages like adding or removing media package elements, creating manifests or moving and copying the media package itself.
See Also:
  • Constructor Details

    • MediaPackageException

      public MediaPackageException(String msg)
      Creates a new media package exception with the specified message.
      Parameters:
      msg - the error message
    • MediaPackageException

      public MediaPackageException(Throwable t)
      Creates a new media package exception caused by Throwable t.
      Parameters:
      t - the original exception
    • MediaPackageException

      public MediaPackageException(String msg, Throwable t)
      Creates a new media package exception caused by Throwable t.
      Parameters:
      msg - individual error message
      t - the original exception