Module one.jpro.platform.media
Package one.jpro.platform.media.recorder
Class MediaRecorderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
one.jpro.platform.media.recorder.MediaRecorderException
- All Implemented Interfaces:
Serializable
Media recorder exception.
- Author:
- Besmir Beqiri
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMediaRecorderException(String code, String message) Create anMediaRecorderExceptionwith the given error type and message.MediaRecorderException(String code, String message, Throwable cause) Create anMediaRecorderExceptionwith the given error type, message and cause.MediaRecorderException(String message, Throwable cause) Create anMediaRecorderExceptionwith the given message and cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
MediaRecorderException
Create anMediaRecorderExceptionwith the given message and cause.- Parameters:
message- the error messagecause- aThrowableobject
-
MediaRecorderException
Create anMediaRecorderExceptionwith the given error type and message.- Parameters:
code- the error codemessage- the error message
-
MediaRecorderException
Create anMediaRecorderExceptionwith the given error type, message and cause.- Parameters:
code- the error codemessage- the error messagecause- aThrowableobject
-
-
Method Details