public class MediaPackageException extends Exception
| Constructor and Description |
|---|
MediaPackageException(String msg)
Creates a new media package exception with the specified message.
|
MediaPackageException(String msg,
Throwable t)
Creates a new media package exception caused by Throwable
t. |
MediaPackageException(Throwable t)
Creates a new media package exception caused by Throwable
t. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MediaPackageException(String msg)
msg - the error messagepublic MediaPackageException(Throwable t)
t.t - the original exceptionCopyright © 2009–2021 Opencast Project. All rights reserved.