Package org.opencastproject.animate.api
Class AnimateServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opencastproject.animate.api.AnimateServiceException
- All Implemented Interfaces:
Serializable
Exception thrown by the
AnimateService operations.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAnimateServiceException(String message) Creates a new animate exception with the specified error message.AnimateServiceException(String message, Throwable cause) Creates a new animate exception with the specified error message and wrapping the original exception.AnimateServiceException(Throwable cause) Creates a new animate exception by wrapping the original error . -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AnimateServiceException
Creates a new animate exception with the specified error message.- Parameters:
message- the error message
-
AnimateServiceException
Creates a new animate exception with the specified error message and wrapping the original exception.- Parameters:
message- the error messagecause- the original error
-
AnimateServiceException
Creates a new animate exception by wrapping the original error .- Parameters:
cause- the original error
-