Class TranscriptionServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opencastproject.transcription.api.TranscriptionServiceException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTranscriptionServiceException(String message) TranscriptionServiceException(String message, int code) TranscriptionServiceException(String message, int code, boolean cancel) TranscriptionServiceException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TranscriptionServiceException
public TranscriptionServiceException() -
TranscriptionServiceException
-
TranscriptionServiceException
-
TranscriptionServiceException
-
TranscriptionServiceException
-
-
Method Details
-
getCode
public int getCode() -
isCancel
public boolean isCancel()
-