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.CallProviderExceptionCreated by The eXo Platform SAS.- Version:
- $Id: WebrtcProviderException.java 00000 Mar 30, 2017 pnedonosko $
- Author:
- Peter Nedonosko
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WebrtcProviderException()Instantiates 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 Detail
-
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 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
-
-