Package org.exoplatform.webconferencing
Class CallSettingsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.exoplatform.webconferencing.WebConferencingException
org.exoplatform.webconferencing.CallInfoException
org.exoplatform.webconferencing.CallSettingsException
- All Implemented Interfaces:
Serializable
Indicate that call has wrong or not applicable settings (badly formatted, not possibly to encoded, too long
etc).
Created by The eXo Platform SAS
- Version:
- $Id: CallSettingsException.java 00000 Feb 19, 2018 pnedonosko $
- Author:
- Peter Nedonosko
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCallSettingsException(String message) CallSettingsException(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
-
CallSettingsException
-
CallSettingsException
-