GigaSpaces XAP 9.7.2 API

net.jini.config
Class ConfigurationNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.jini.config.ConfigurationException
              extended by net.jini.config.ConfigurationNotFoundException
All Implemented Interfaces:
Serializable

public class ConfigurationNotFoundException
extends ConfigurationException

Thrown if a configuration source location specified when creating a Configuration is not found, including if null is specified for provider options and the implementation does not provide default options. If the problem results from an exception being thrown while attempting to access a source location, that original exception can be accessed by calling getCause. Note that any instance of Error thrown while processing the configuration information is propagated to the caller; it is not wrapped in a ConfigurationNotFoundException.

Since:
2.0
Author:
Sun Microsystems, Inc.
See Also:
Configuration, ConfigurationProvider, Serialized Form

Constructor Summary
ConfigurationNotFoundException(String s)
          Creates an instance with the specified detail message.
ConfigurationNotFoundException(String s, Throwable t)
          Creates an instance with the specified detail message and causing exception, which should not be an instance of Error.
 
Method Summary
 
Methods inherited from class net.jini.config.ConfigurationException
toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConfigurationNotFoundException

public ConfigurationNotFoundException(String s)
Creates an instance with the specified detail message.

Parameters:
s - the detail message

ConfigurationNotFoundException

public ConfigurationNotFoundException(String s,
                                      Throwable t)
Creates an instance with the specified detail message and causing exception, which should not be an instance of Error.

Parameters:
s - the detail message
t - the causing exception

GigaSpaces XAP 9.7.2 API

Copyright © GigaSpaces.