Example usage for Java javax.naming NameNotFoundException fields, constructors, methods, implement or subclass
The text is from its open source code.
NameNotFoundException(String explanation) Constructs a new instance of NameNotFoundException using the explanation supplied. | |
NameNotFoundException() Constructs a new instance of NameNotFoundException. |
String | getMessage() Returns the detail message string of this throwable. |
void | printStackTrace() Prints this throwable and its backtrace to the standard error stream. |