Class VideoGridServiceException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opencastproject.videogrid.api.VideoGridServiceException
All Implemented Interfaces:
Serializable

public class VideoGridServiceException extends Exception
Exception thrown by the VideoGridService operations.
See Also:
  • Constructor Details

    • VideoGridServiceException

      public VideoGridServiceException()
    • VideoGridServiceException

      public VideoGridServiceException(String message)
      Creates a new videogrid exception with the specified error message.
      Parameters:
      message - the error message
    • VideoGridServiceException

      public VideoGridServiceException(String message, Throwable cause)
      Creates a new videogrid exception with the specified error message and wrapping the original exception.
      Parameters:
      message - the error message
      cause - the original error
    • VideoGridServiceException

      public VideoGridServiceException(Throwable cause)
      Creates a new videogrid exception by wrapping the original error .
      Parameters:
      cause - the original error