com.ibm.itim.remoteservices.provider

Class ProviderConfigurationException

  • All Implemented Interfaces:
    java.io.Serializable


    public class ProviderConfigurationException
    extends RemoteServicesException
    Indicates that there was a problem with the service provider configuration.
    See Also:
    Serialized Form
    • Constructor Detail

      • ProviderConfigurationException

        public ProviderConfigurationException()
        Creates new ProviderConfigException without detail message.
      • ProviderConfigurationException

        public ProviderConfigurationException(java.lang.String msg)
        Constructs an ProviderConfigException with the specified detail message.
        Parameters:
        msg - the detail message.
      • ProviderConfigurationException

        public ProviderConfigurationException(java.lang.String msgId,
                                              java.lang.Object[] tokens)
        Constructs an ProviderConfigException with the specified detail message.
        Parameters:
        msgId - the TMS message id
        tokens - the message tokens
      • ProviderConfigurationException

        public ProviderConfigurationException(java.lang.String msg,
                                              java.lang.Throwable throwable)
        Constructs an ProviderConfigException with the specified detail message.
        Parameters:
        msg - the detail message.
        throwable - The original exception
      • ProviderConfigurationException

        public ProviderConfigurationException(java.lang.String msgId,
                                              java.lang.Object[] tokens,
                                              java.lang.Throwable throwable)
        Constructs an ProviderConfigException with the specified detail message.
        Parameters:
        msgId - the TMS message id
        tokens - the message tokens