Example usage for Java java.rmi NotBoundException fields, constructors, methods, implement or subclass
The text is from its open source code.
NotBoundException(String s) Constructs a NotBoundException with the specified detail message. | |
NotBoundException() Constructs a NotBoundException with no specified detail message. |
void | printStackTrace() Prints this throwable and its backtrace to the standard error stream. |
String | toString() Returns a short description of this throwable. |