com.sun.jini.resource
Class ServiceConfigurationError
java.lang.Object
  
java.lang.Throwable
      
java.lang.Error
          
com.sun.jini.resource.ServiceConfigurationError
- All Implemented Interfaces: 
 - Serializable
 
public class ServiceConfigurationError
- extends Error
 
Error thrown when something goes wrong while looking up service providers.
 In particular, this error will be thrown in the following situations:
   
   -  A concrete provider class cannot be found,
   
 -  A concrete provider class cannot be instantiated,
   
 -  The format of a provider-configuration file is illegal, or
   
 -  An IOException occurs while reading a provider-configuration file.
   
 
- Since:
 
  - 2.0
 
- Author:
 
  - Sun Microsystems, Inc.
 
- See Also:
 - Serialized Form
 
 
 
| Methods inherited from class java.lang.Throwable | 
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
 
 
ServiceConfigurationError
public ServiceConfigurationError(String msg)
- Constructs a new instance with the specified detail string.
 
ServiceConfigurationError
public ServiceConfigurationError(Throwable x)
- Constructs a new instance that wraps the specified throwable.
 
Copyright © GigaSpaces.