public class WebrtcProviderException
extends org.exoplatform.webconferencing.CallProviderException
| Constructor and 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.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic WebrtcProviderException()
public WebrtcProviderException(String message)
message - the messagepublic WebrtcProviderException(Throwable cause)
cause - the causepublic WebrtcProviderException(String message, Throwable cause)
message - the messagecause - the causepublic WebrtcProviderException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
message - the messagecause - the causeenableSuppression - the enable suppressionwritableStackTrace - the writable stack traceCopyright © 2003–2021 eXo Platform SAS. All rights reserved.