Package org.exoplatform.webconferencing
Class InvalidCallException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.exoplatform.webconferencing.WebConferencingException
org.exoplatform.webconferencing.InvalidCallException
- All Implemented Interfaces:
Serializable
Indicates a call in invalid state and cannot be used currently.
Created by The eXo Platform SAS
- Version:
- $Id: InvalidCallException.java 00000 Feb 19, 2018 pnedonosko $
- Author:
- Peter Nedonosko
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidCallException(String message) InvalidCallException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidCallException
-
InvalidCallException
-