public class NoSuchEntryException extends ConfigurationException
Configuration
does not find a matching
entry.Configuration.getEntry
,
Serialized FormConstructor and Description |
---|
NoSuchEntryException(String s)
Creates an instance with the specified detail message.
|
NoSuchEntryException(String s,
Throwable t)
Creates an instance with the specified detail message and causing exception, which should not
be an instance of
Error . |
toString
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public NoSuchEntryException(String s)
s
- the detail messageCopyright © GigaSpaces.