public class SkypeProviderException
extends org.exoplatform.webconferencing.CallProviderException
| Constructor and Description |
|---|
SkypeProviderException()
Instantiates a new skype provider exception.
|
SkypeProviderException(String message)
Instantiates a new skype provider exception.
|
SkypeProviderException(String message,
Throwable cause)
Instantiates a new skype provider exception.
|
SkypeProviderException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace)
Instantiates a new skype provider exception.
|
SkypeProviderException(Throwable cause)
Instantiates a new skype provider exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SkypeProviderException()
public SkypeProviderException(String message)
message - the messagepublic SkypeProviderException(Throwable cause)
cause - the causepublic SkypeProviderException(String message, Throwable cause)
message - the messagecause - the causepublic SkypeProviderException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
message - the messagecause - the causeenableSuppression - the enable suppressionwritableStackTrace - the writable stack traceCopyright © 2003–2020 eXo Platform SAS. All rights reserved.