java.lang.Object | |||
↳ | java.lang.Throwable | ||
↳ | java.lang.Error | ||
↳ | java.util.ServiceConfigurationError |
Thrown when a service provider can't be loaded by ServiceLoader
.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Constructs a new error with the given detail message.
| |||||||||||
Constructs a new error with the given detail message and cause.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Throwable
| |||||||||||
From class
java.lang.Object
|
Constructs a new error with the given detail message.
message | the detail message, or null |
---|
Constructs a new error with the given detail message and cause.
message | the detail message, or null |
---|---|
cause | the cause, null |