![]() |
|
Contents |
NamingException used when communication with the naming or directory service fails.
Multithreaded access to an instance is only safe when client code locks the object first.
Public Member Functions | |
| CommunicationException () | |
Constructs a CommunicationException instance with all data initialized to null. | |
| CommunicationException (String s) | |
Constructs a CommunicationException instance using the specified message. | |
Static Package Attributes | |
| static final long | serialVersionUID = 3618507780299986611L |
Constructs a CommunicationException instance with all data initialized to null.
| CommunicationException | ( | String | s | ) |
Constructs a CommunicationException instance using the specified message.
| s | The detail message for the exception. It may be null. |
final long serialVersionUID = 3618507780299986611L [static, package] |
Reimplemented from NamingException.