Class VideoGridServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opencastproject.videogrid.api.VideoGridServiceException
- All Implemented Interfaces:
Serializable
Exception thrown by the
VideoGridService operations.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionVideoGridServiceException(String message) Creates a new videogrid exception with the specified error message.VideoGridServiceException(String message, Throwable cause) Creates a new videogrid exception with the specified error message and wrapping the original exception.Creates a new videogrid 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
-
VideoGridServiceException
public VideoGridServiceException() -
VideoGridServiceException
Creates a new videogrid exception with the specified error message.- Parameters:
message- the error message
-
VideoGridServiceException
Creates a new videogrid exception with the specified error message and wrapping the original exception.- Parameters:
message- the error messagecause- the original error
-
VideoGridServiceException
Creates a new videogrid exception by wrapping the original error .- Parameters:
cause- the original error
-