Package 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
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:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance with the specified detail message.Creates an instance with the specified detail message and causing exception, which should not be an instance ofError. -
Method Summary
Methods inherited from class net.jini.config.ConfigurationException
toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
NoSuchEntryException
Creates an instance with the specified detail message.- Parameters:
s- the detail message
-
NoSuchEntryException
Creates an instance with the specified detail message and causing exception, which should not be an instance ofError.- Parameters:
s- the detail messaget- the causing exception
-