Searched defs:ConnectionException (Results 1 - 1 of 1) sorted by relevance
/javamail/mail/src/main/java/com/sun/mail/iap/ | ||
H A D | ConnectionException.java | 47 public class ConnectionException extends ProtocolException { class in inherits:ProtocolException 53 * Constructs an ConnectionException with no detail message. 55 public ConnectionException() { method in class:ConnectionException 60 * Constructs an ConnectionException with the specified detail message. 64 public ConnectionException(String s) { method in class:ConnectionException 69 * Constructs an ConnectionException with the specified Response. 74 public ConnectionException(Protocol p, Response r) { method in class:ConnectionException |
Completed in 27 milliseconds