Example usage for Java javax.naming CommunicationException fields, constructors, methods, implement or subclass
The text is from its open source code.
CommunicationException(String explanation) Constructs a new instance of CommunicationException using the arguments supplied. |
Throwable | getCause() Returns the cause of this exception. |
Class> | getClass() Returns the runtime class of this Object . |
String | getExplanation() Retrieves the explanation associated with this exception. |
String | getMessage() Returns the detail message string of this throwable. |
void | setRootCause(Throwable e) Records the root cause of this NamingException. |
String | toString() Generates the string representation of this exception. |