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 Details

    • WebrtcProviderException

      public WebrtcProviderException()
      Instantiates a new skype provider exception.
    • WebrtcProviderException

      public WebrtcProviderException(String message)
      Instantiates a new WebRTC provider exception.
      Parameters:
      message - the message
    • WebrtcProviderException

      public WebrtcProviderException(Throwable cause)
      Instantiates a new WebRTC provider exception.
      Parameters:
      cause - the cause
    • WebrtcProviderException

      public WebrtcProviderException(String message, Throwable cause)
      Instantiates a new WebRTC provider exception.
      Parameters:
      message - the message
      cause - the cause
    • WebrtcProviderException

      public WebrtcProviderException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
      Instantiates a new WebRTC provider exception.
      Parameters:
      message - the message
      cause - the cause
      enableSuppression - the enable suppression
      writableStackTrace - the writable stack trace