Class SpeechToTextServiceException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opencastproject.speechtotext.api.SpeechToTextServiceException
All Implemented Interfaces:
Serializable

public class SpeechToTextServiceException extends Exception
Exception thrown by the SpeechToTextService operations.
See Also:
  • Constructor Details

    • SpeechToTextServiceException

      public SpeechToTextServiceException(String message)
      Creates a new speech-to-text exception with the specified error message.
      Parameters:
      message - the error message
    • SpeechToTextServiceException

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

      public SpeechToTextServiceException(Throwable cause)
      Creates a new speech-to-text exception by wrapping the original error .
      Parameters:
      cause - the original error