ServiceLoader
Modifier and Type | Field and Description |
---|---|
private static final long |
Access | Constructor and Description |
---|---|
public | ServiceConfigurationError(String
The message, or msg)null if there is no messageConstructs a new instance with the specified message. |
public | ServiceConfigurationError(String
The message, or msg, Throwable null if there is no messageThe cause, or cause)null if the cause is nonexistent
or unknownConstructs a new instance with the specified message and cause. |
serialVersionUID | back to summary |
---|---|
private static final long serialVersionUID Hides java. |
ServiceConfigurationError | back to summary |
---|---|
public ServiceConfigurationError(String msg) Constructs a new instance with the specified message.
|
ServiceConfigurationError | back to summary |
---|---|
public ServiceConfigurationError(String msg, Throwable cause) Constructs a new instance with the specified message and cause. |