Package com.sun.mail.iap
Class ConnectionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.sun.mail.iap.ProtocolException
-
- com.sun.mail.iap.ConnectionException
-
- All Implemented Interfaces:
java.io.Serializable
public class ConnectionException extends ProtocolException
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private Protocolpprivate static longserialVersionUID-
Fields inherited from class com.sun.mail.iap.ProtocolException
response
-
-
Constructor Summary
Constructors Constructor Description ConnectionException()Constructs an ConnectionException with no detail message.ConnectionException(Protocol p, Response r)Constructs an ConnectionException with the specified Response.ConnectionException(java.lang.String s)Constructs an ConnectionException with the specified detail message.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProtocolgetProtocol()-
Methods inherited from class com.sun.mail.iap.ProtocolException
getResponse
-
-
-
-
Field Detail
-
p
private transient Protocol p
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Method Detail
-
getProtocol
public Protocol getProtocol()
-
-