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
public class UploadFileException extends WebConferencingException
The SaveRecordingException is thrown when the call recording cannot be saved.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UploadFileException(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 Detail
-
UploadFileException
public UploadFileException(String message, Throwable cause)
Instantiates a new save recording exception.- Parameters:
message- the messagecause- the cause
-
UploadFileException
public UploadFileException(String message)
Instantiates a new save recording exception.- Parameters:
message- the message
-
-