public class NoSuchNameException extends Exception
Constructor and Description |
---|
NoSuchNameException()
Constructs a
NoSuchNameException with
null as its error detail message. |
NoSuchNameException(String s)
Constructs a
NoSuchNameException with the
specified detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public NoSuchNameException()
NoSuchNameException
with
null
as its error detail message.public NoSuchNameException(String s)
NoSuchNameException
with the
specified detail message. The string s
can be
retrieved later by the
Throwable.getMessage()
method of class java.lang.Throwable
.s
- the detail message.Copyright © GigaSpaces.