Package org.exoplatform.webconferencing
Class ParticipantNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.exoplatform.webconferencing.WebConferencingException
org.exoplatform.webconferencing.ParticipantNotFoundException
- All Implemented Interfaces:
Serializable
Created by The eXo Platform SAS.
- Version:
- $Id: CallInfoException.java 00000 Jul 14, 2017 pnedonosko $
- Author:
- Peter Nedonosko
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionParticipantNotFoundException(String message) Instantiates a new invalid call state exception.ParticipantNotFoundException(String message, Throwable cause) Instantiates a new invalid call state 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
-
ParticipantNotFoundException
Instantiates a new invalid call state exception.- Parameters:
message- the messagecause- the cause
-
ParticipantNotFoundException
Instantiates a new invalid call state exception.- Parameters:
message- the message
-