| 
		
			 Préférences 
			
			
			
			
			Moteurs de recherche 
			
		 | 
	||||||||||
| 				 JavaTM 2 Platform Std. Ed. v1.6.0 
			
java.util
 | 
	|||||||||||
| 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