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
public class WebConferencingException extends Exception
Web Conferencing exception. Created by The eXo Platform SAS- Version:
- $Id: WebConferencingException.java 00000 Feb 22, 2017 pnedonosko $
- Author:
- Peter Nedonosko
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WebConferencingException()Instantiates 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 Detail
-
WebConferencingException
public WebConferencingException()
Instantiates a new exception.
-
WebConferencingException
public WebConferencingException(String message)
Instantiates a new exception.- Parameters:
message- the message
-
-