Package org.exoplatform.webconferencing
Class CallInfoException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.exoplatform.webconferencing.WebConferencingException
org.exoplatform.webconferencing.CallInfoException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CallArgumentException,CallConflictException,CallOwnerException,CallSettingsException
General error with a call settings or its persistent state.
Created by The eXo Platform SAS.
- Version:
- $Id: CallInfoException.java 00000 Jul 14, 2017 pnedonosko $
- Author:
- Peter Nedonosko
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCallInfoException(String message) Instantiates a new call info exception.CallInfoException(String message, Throwable cause) Instantiates a new call info 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
-
CallInfoException
Instantiates a new call info exception.- Parameters:
message- the messagecause- the cause
-
CallInfoException
Instantiates a new call info exception.- Parameters:
message- the message
-