- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Error
-
- java.util.ServiceConfigurationError
-
- All Implemented Interfaces:
-
Serializable
public class ServiceConfigurationError extends Error
在查找,加载或实例化服务提供商时发生错误时发生错误。- 从以下版本开始:
- 1.6
- 另请参见:
-
ServiceLoader
, Serialized Form
-
-
构造方法摘要
构造方法 Constructor 描述 ServiceConfigurationError(String msg)
使用指定的消息构造新的实例。ServiceConfigurationError(String msg, Throwable cause)
构造具有指定消息和原因的新实例。
-
方法摘要
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-