Package org.exoplatform.webconferencing
Class CallProviderException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.exoplatform.webconferencing.CallProviderException
-
- All Implemented Interfaces:
Serializable
public class CallProviderException extends Exception
Call provider exception. Created by The eXo Platform SAS- Version:
- $Id: CallProviderException.java 00000 Mar 30, 2017 pnedonosko $
- Author:
- Peter Nedonosko
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CallProviderException()Instantiates 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 Detail
-
CallProviderException
public CallProviderException()
Instantiates a new call provider exception.
-
CallProviderException
public CallProviderException(String message)
Instantiates a new call provider exception.- Parameters:
message- the message
-
CallProviderException
public CallProviderException(Throwable cause)
Instantiates a new call provider exception.- Parameters:
cause- the cause
-
CallProviderException
public CallProviderException(String message, Throwable cause)
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
-
-