Ja.NET Standard Edition 5.0

Documentation API Specification

Contents

CommunicationException Class Reference

Inherits javax::naming::NamingException.

List of all members.


Detailed Description

This is the 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

Constructor & Destructor Documentation

Constructs a CommunicationException instance with all data initialized to null.

CommunicationException ( String  s  ) 

Constructs a CommunicationException instance using the specified message.

Parameters:
s The detail message for the exception. It may be null.


Member Data Documentation

final long serialVersionUID = 3618507780299986611L [static, package]

Reimplemented from NamingException.