Class AnimateServiceException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opencastproject.animate.api.AnimateServiceException
All Implemented Interfaces:
Serializable

public class AnimateServiceException extends Exception
Exception thrown by the AnimateService operations.
See Also:
  • Constructor Details

    • AnimateServiceException

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

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

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