Module  java.base
软件包  java.util

Class ServiceConfigurationError

  • All Implemented Interfaces:
    Serializable


    public class ServiceConfigurationError
    extends Error
    在查找,加载或实例化服务提供商时发生错误时发生错误。
    从以下版本开始:
    1.6
    另请参见:
    ServiceLoaderSerialized Form
    • 构造方法详细信息

      • ServiceConfigurationError

        public ServiceConfigurationError​(String msg)
        使用指定的消息构造新的实例。
        参数
        msg - 消息,或 null如果没有消息
      • ServiceConfigurationError

        public ServiceConfigurationError​(String msg,
                                         Throwable cause)
        构造具有指定消息和原因的新实例。
        参数
        msg - 该消息,或 null如果没有消息
        cause - 原因,或 null如果原因不存在或未知