|
Java™ Platform Standard Ed. 6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Error java.util.ServiceConfigurationError
public class ServiceConfigurationError
Error thrown when something goes wrong while loading a service provider.
This error will be thrown in the following situations:
IOException
occurs while reading a
provider-configuration file;
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)
msg
- The message, or null if there is no messagepublic ServiceConfigurationError(String msg, Throwable cause)
msg
- The message, or null if there is no messagecause
- The cause, or null if the cause is nonexistent
or unknown
|
Java™ Platform Standard Ed. 6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.