Example usage for Java java.rmi ConnectException fields, constructors, methods, implement or subclass
The text is from its open source code.
ConnectException(String s, Exception ex) Constructs a ConnectException with the specified detail message and nested exception. | |
ConnectException(String s) Constructs a ConnectException with the specified detail message. |
Throwable | getCause() Returns the cause of this exception. |
String | getMessage() Returns the detail message, including the message from the cause, if any, of this exception. |
void | printStackTrace() Prints this throwable and its backtrace to the standard error stream. |