is new.
java.lang.Objectjava.lang.Throwable
java.lang.Error
java.util.ServiceConfigurationError
public class ServiceConfigurationError
Error thrown when something goes wrong while
loading
looking up
a service provider.
This error will be thrown in the following situations:
specification
| Constructor Summary | |
|---|---|
|
ServiceConfigurationError
(
String
msg) Constructs a new instance with the specified message. |
|
|
ServiceConfigurationError
(
String
msg,
Throwable
cause) Constructs a new instance with the specified message and cause. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang. Throwable |
|---|
| fillInStackTrace , getCause , getLocalizedMessage , getMessage , getStackTrace , initCause , printStackTrace , printStackTrace , printStackTrace , setStackTrace , toString |
| Methods inherited from class java.lang. Object |
|---|
| clone , equals , finalize , getClass , hashCode , notify , notifyAll , wait , wait , wait |
| Constructor Detail |
|---|
public ServiceConfigurationError(String msg)
public ServiceConfigurationError(String msg,
Throwable cause)