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:
  • Constructor Details

    • 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 message
      cause - the cause
    • CallProviderException

      public CallProviderException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
      Instantiates a new call provider exception.
      Parameters:
      message - the message
      cause - the cause
      enableSuppression - the enable suppression
      writableStackTrace - the writable stack trace