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