Package org.exoplatform.webconferencing
Class WebConferencingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.exoplatform.webconferencing.WebConferencingException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CallInfoException,CallNotFoundException,IdentityNotFoundException,IdentityStateException,InvalidCallException,ParticipantNotFoundException,StorageException,UploadFileException
Web Conferencing exception.
Created by The eXo Platform SAS
- Version:
- $Id: WebConferencingException.java 00000 Feb 22, 2017 pnedonosko $
- Author:
- Peter Nedonosko
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new exception.WebConferencingException(String message) Instantiates a new exception.WebConferencingException(String message, Throwable cause) Instantiates a new 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
-
WebConferencingException
public WebConferencingException()Instantiates a new exception. -
WebConferencingException
Instantiates a new exception.- Parameters:
message- the message
-
WebConferencingException
Instantiates a new exception.- Parameters:
message- the messagecause- the cause
-