Class WebrtcProviderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.exoplatform.webconferencing.CallProviderException
org.exoplatform.webconferencing.webrtc.WebrtcProviderException
- All Implemented Interfaces:
Serializable
public class WebrtcProviderException
extends org.exoplatform.webconferencing.CallProviderException
Created by The eXo Platform SAS.
- Version:
- $Id: WebrtcProviderException.java 00000 Mar 30, 2017 pnedonosko $
- Author:
- Peter Nedonosko
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new skype provider exception.WebrtcProviderException(String message) Instantiates a new WebRTC provider exception.WebrtcProviderException(String message, Throwable cause) Instantiates a new WebRTC provider exception.WebrtcProviderException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) Instantiates a new WebRTC provider exception.WebrtcProviderException(Throwable cause) Instantiates a new WebRTC provider 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
-
WebrtcProviderException
public WebrtcProviderException()Instantiates a new skype provider exception. -
WebrtcProviderException
Instantiates a new WebRTC provider exception.- Parameters:
message- the message
-
WebrtcProviderException
Instantiates a new WebRTC provider exception.- Parameters:
cause- the cause
-
WebrtcProviderException
Instantiates a new WebRTC provider exception.- Parameters:
message- the messagecause- the cause
-
WebrtcProviderException
public WebrtcProviderException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) Instantiates a new WebRTC provider exception.- Parameters:
message- the messagecause- the causeenableSuppression- the enable suppressionwritableStackTrace- the writable stack trace
-