| 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 | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
| |||||||||||
|
| |||||||||||
Constructs a new error with the given detail message.
| Parameters | |
|---|---|
message |
String:
the detail message, or null
|
Constructs a new error with the given detail message and cause.
| Parameters | |
|---|---|
message |
String:
the detail message, or null |
cause |
Throwable:
the cause, null
|