Package org.exoplatform.webconferencing
Class CallConflictException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.exoplatform.webconferencing.WebConferencingException
org.exoplatform.webconferencing.CallInfoException
org.exoplatform.webconferencing.CallConflictException
- All Implemented Interfaces:
Serializable
Call already exists or cannot be created with given identifier(s).
Created by The eXo Platform SAS.
- Version:
- $Id: CallConflictException.java 00000 Jul 14, 2017 pnedonosko $
- Author:
- Peter Nedonosko
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCallConflictException(String message) Instantiates a new call conflict exception.CallConflictException(String message, Throwable cause) Instantiates a new call conflict 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
-
CallConflictException
Instantiates a new call conflict exception.- Parameters:
message- the messagecause- the cause
-
CallConflictException
Instantiates a new call conflict exception.- Parameters:
message- the message
-