Class ServiceProviderInitException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.spotfire.informationservices.spi.ServiceProviderInitException
All Implemented Interfaces:
Serializable

public class ServiceProviderInitException extends Exception
Thrown by a service provider (an SPI implementation) if the initialization fails.
Since:
11.7
See Also:
  • Constructor Details

    • ServiceProviderInitException

      public ServiceProviderInitException(String message)
      Constructs a new exception with the specified detail message and cause.
      Parameters:
      message - the detail message
      Since:
      11.7
    • ServiceProviderInitException

      public ServiceProviderInitException(String message, Throwable cause)
      Constructs a new exception with the specified detail message and cause.
      Parameters:
      message - the detail message
      cause - the cause
      Since:
      11.7