Package org.exoplatform.webconferencing
Class CallProviderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.exoplatform.webconferencing.CallProviderException
- All Implemented Interfaces:
Serializable
Call provider exception.
Created by The eXo Platform SAS
- Version:
- $Id: CallProviderException.java 00000 Mar 30, 2017 pnedonosko $
- Author:
- Peter Nedonosko
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new call provider exception.CallProviderException(String message) Instantiates a new call provider exception.CallProviderException(String message, Throwable cause) Instantiates a new call provider exception.CallProviderException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) Instantiates a new call provider exception.CallProviderException(Throwable cause) Instantiates a new call 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 Details
-
CallProviderException
public CallProviderException()Instantiates a new call provider exception. -
CallProviderException
Instantiates a new call provider exception.- Parameters:
message- the message
-
CallProviderException
Instantiates a new call provider exception.- Parameters:
cause- the cause
-
CallProviderException
Instantiates a new call provider exception.- Parameters:
message- the messagecause- the cause
-
CallProviderException
public CallProviderException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) Instantiates a new call provider exception.- Parameters:
message- the messagecause- the causeenableSuppression- the enable suppressionwritableStackTrace- the writable stack trace
-