Package org.opencastproject.mediapackage
Class MediaPackageException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opencastproject.mediapackage.MediaPackageException
- All Implemented Interfaces:
Serializable
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 Summary
ConstructorsConstructorDescriptionCreates a new media package exception with the specified message.MediaPackageException(String msg, Throwable t) Creates a new media package exception caused by Throwablet.Creates a new media package exception caused by Throwablet. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MediaPackageException
Creates a new media package exception with the specified message.- Parameters:
msg- the error message
-
MediaPackageException
Creates a new media package exception caused by Throwablet.- Parameters:
t- the original exception
-
MediaPackageException
Creates a new media package exception caused by Throwablet.- Parameters:
msg- individual error messaget- the original exception
-