Spec-Zone .ru
спецификации, руководства, описания, API
|
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
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 extends Error
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 and Description |
---|
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. |
Modifier and Type | Method and Description |
---|
Methods inherited from class java.lang.Throwable |
---|
addSuppressedException, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressedExceptions, 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. 7 DRAFT ea-b118 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1993, 2010, Oracle Corporation. All rights reserved.