net.jini.config
Class NoSuchEntryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.jini.config.ConfigurationException
net.jini.config.NoSuchEntryException
- All Implemented Interfaces:
- Serializable
public class NoSuchEntryException
- extends ConfigurationException
Thrown when an attempt to obtain an object from a Configuration
does
not find a matching entry.
- Since:
- 2.0
- Author:
- Sun Microsystems, Inc.
- See Also:
Configuration.getEntry
,
Serialized Form
NoSuchEntryException
public NoSuchEntryException(String s)
- Creates an instance with the specified detail message.
- Parameters:
s
- the detail message
NoSuchEntryException
public NoSuchEntryException(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 messaget
- the causing exception
Copyright © GigaSpaces.