Class 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 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 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