Searched refs:CommunicationException (Results 1 - 19 of 19) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/naming/
H A DCommunicationException.java43 public class CommunicationException extends NamingException { class in inherits:NamingException
45 * Constructs a new instance of CommunicationException using the
51 public CommunicationException(String explanation) { method in class:CommunicationException
56 * Constructs a new instance of CommunicationException.
58 public CommunicationException() { method in class:CommunicationException
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/daemon/
H A DCommunicationException.java41 public class CommunicationException extends javax.management.JMRuntimeException { class in inherits:javax.management.JMRuntimeException
47 * Constructs a CommunicationException with a target exception.
49 public CommunicationException(Throwable target) { method in class:CommunicationException
55 * Constructs a CommunicationException with a target exception
58 public CommunicationException(Throwable target, String msg) { method in class:CommunicationException
64 * Constructs a CommunicationException with a detail message.
66 public CommunicationException(String msg) { method in class:CommunicationException
H A DCommunicatorServer.java282 * @exception CommunicationException if the connectors fails to start.
287 throws CommunicationException, InterruptedException {
497 * @exception CommunicationException if the connectors fails to start.
503 throws CommunicationException, InterruptedException {
565 } else if (startException instanceof CommunicationException) {
569 throw (CommunicationException)startException;
579 throw new CommunicationException(startException,
586 throw new CommunicationException("Failed to start: state is "+
781 } catch (CommunicationException ce) {
881 protected abstract void doError(Exception e) throws CommunicationException;
[all...]
H A DSnmpAdaptorServer.java1232 throws CommunicationException, InterruptedException {
1247 throw new CommunicationException(e) ;
1269 throws CommunicationException, InterruptedException {
1302 throws CommunicationException, InterruptedException {
1328 throw new CommunicationException(e) ;
1331 } catch (CommunicationException e) {
1334 throw new CommunicationException(e) ;
1342 protected void doError(Exception e) throws CommunicationException {
1350 throws CommunicationException, InterruptedException {
/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DLdapRequest.java31 import javax.naming.CommunicationException;
103 synchronized BerDecoder getReplyBer() throws CommunicationException {
105 throw new CommunicationException("Request: " + msgId +
H A DLdapClientFactory.java30 import javax.naming.CommunicationException;
H A DLdapPoolManager.java35 import javax.naming.CommunicationException;
246 CommunicationException ce =
247 new CommunicationException("Loading the socket factory");
H A DConnection.java37 import javax.naming.CommunicationException;
216 CommunicationException ce =
217 new CommunicationException(host + ":" + port);
226 CommunicationException ce =
227 new CommunicationException(host + ":" + port);
H A DLdapClient.java162 NamingException ne = new CommunicationException();
176 throw new CommunicationException("Protocol version " + version +
198 new CommunicationException("anonymous bind failed: " +
219 new CommunicationException("simple bind failed: " +
242 new CommunicationException("SASL bind failed: " +
271 new CommunicationException(authMechanism + ":" +
504 notifyUnsolicited(new CommunicationException(msg));
1552 new CommunicationException("Connection closed"));
1559 NamingException ne = new CommunicationException(
H A DLdapCtx.java450 NamingException e2 = new CommunicationException(e.getMessage());
614 NamingException e2 = new CommunicationException(e.getMessage());
667 NamingException e2 = new CommunicationException(e.getMessage());
771 NamingException e2 = new CommunicationException(e.getMessage());
844 NamingException e2 = new CommunicationException(e.getMessage());
894 NamingException e2 = new CommunicationException(e.getMessage());
1442 NamingException e2 = new CommunicationException(e.getMessage());
1508 NamingException e2 = new CommunicationException(e.getMessage());
1895 NamingException e2 = new CommunicationException(e.getMessage());
1914 throw new CommunicationException(
[all...]
/openjdk7/jdk/src/share/classes/com/sun/jndi/dns/
H A DHeader.java84 throw new CommunicationException(
113 throw new CommunicationException(
H A DResourceRecords.java136 throw new CommunicationException(
H A DDnsClient.java247 throw new CommunicationException(
282 } catch (CommunicationException e) {
300 NamingException ne = new CommunicationException("DNS error");
331 throw new CommunicationException(
341 throw new CommunicationException(
370 NamingException ne = new CommunicationException(
552 throw new CommunicationException("DNS error: expecting response");
H A DResolver.java181 throw new CommunicationException("Corrupted DNS message");
/openjdk7/jdk/test/com/sun/security/auth/module/LdapLoginModule/
H A DCheckConfigs.java43 import javax.naming.CommunicationException;
78 if (!(le.getCause() instanceof CommunicationException)) {
93 if (!(le.getCause() instanceof CommunicationException)) {
108 if (!(le.getCause() instanceof CommunicationException)) {
/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/pool/
H A DConnections.java37 import javax.naming.CommunicationException;
146 throw new CommunicationException(
/openjdk7/jdk/src/share/classes/sun/management/snmp/
H A DAdaptorBootstrap.java285 // If the adaptor fails to start, a CommunicationException or
291 if (x instanceof com.sun.jmx.snmp.daemon.CommunicationException) {
/openjdk7/jdk/src/share/classes/com/sun/jndi/rmi/registry/
H A DRegistryContext.java368 ne = new CommunicationException();
/openjdk7/jdk/src/share/classes/com/sun/jndi/cosnaming/
H A DCNCtx.java401 new CommunicationException("Cannot connect to ORB");
428 new CommunicationException("Cannot connect to ORB");

Completed in 2351 milliseconds