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
public abstract class CallInfoException extends WebConferencingException
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CallInfoException(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 Detail
-
CallInfoException
public CallInfoException(String message, Throwable cause)
Instantiates a new call info exception.- Parameters:
message- the messagecause- the cause
-
CallInfoException
public CallInfoException(String message)
Instantiates a new call info exception.- Parameters:
message- the message
-
-