public class

ConnectionException

extends ProtocolException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ com.google.code.com.sun.mail.iap.ProtocolException
         ↳ com.google.code.com.sun.mail.iap.ConnectionException

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class com.google.code.com.sun.mail.iap.ProtocolException
From class java.lang.Exception
From class java.lang.Throwable
Fields
private Protocol p
[Expand]
Inherited Fields
From class com.google.code.com.sun.mail.iap.ProtocolException
From class java.lang.Throwable
Public Constructors
ConnectionException()
Constructs an ConnectionException with no detail message.
ConnectionException(String s)
Constructs an ConnectionException with the specified detail message.
ConnectionException(Protocol p, Response r)
Constructs an ConnectionException with the specified Response.
Public Methods
Protocol getProtocol()
[Expand]
Inherited Methods
From class com.google.code.com.sun.mail.iap.ProtocolException
From class java.lang.Throwable
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 5749739604257464727 (0x4fcb2db4e6c2e197)

Fields

private Protocol p

Public Constructors

public ConnectionException ()

Constructs an ConnectionException with no detail message.

public ConnectionException (String s)

Constructs an ConnectionException with the specified detail message.

Parameters
s The detail message

public ConnectionException (Protocol p, Response r)

Constructs an ConnectionException with the specified Response.

Parameters
p
r The Response

Public Methods

public Protocol getProtocol ()