public class java.util
ServiceConfigurationError


Show All Login
Java SE 6
  
Extends: Throwable > Error
Details
Error thrown when something goes wrong while loading a service provider.

This error will be thrown in the following situations:

version1.5, 06/04/10
since1.6

Constructors
public ServiceConfigurationError(String msg) Details
Constructs a new instance with the specified message.
msgThe message, or null if there is no message
public ServiceConfigurationError(String msg, Throwable cause) Details
Constructs a new instance with the specified message and cause.
msgThe message, or null if there is no message
causeThe cause, or null if the cause is nonexistent or unknown