Package org.exoplatform.webconferencing
Class UploadFileException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.exoplatform.webconferencing.WebConferencingException
org.exoplatform.webconferencing.UploadFileException
- All Implemented Interfaces:
Serializable
The SaveRecordingException is thrown when the call recording cannot be saved.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUploadFileException(String message) Instantiates a new save recording exception.UploadFileException(String message, Throwable cause) Instantiates a new save recording exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UploadFileException
Instantiates a new save recording exception.- Parameters:
message- the messagecause- the cause
-
UploadFileException
Instantiates a new save recording exception.- Parameters:
message- the message
-