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