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:
- Serializable
public class ConnectionException
- extends ProtocolException
- Author:
- John Mani
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ConnectionException
public ConnectionException()
- Constructs an ConnectionException with no detail message.
ConnectionException
public ConnectionException(String s)
- Constructs an ConnectionException with the specified detail message.
- Parameters:
s
- the detail message
ConnectionException
public ConnectionException(Protocol p,
Response r)
- Constructs an ConnectionException with the specified Response.
- Parameters:
r
- the Response
getProtocol
public Protocol getProtocol()
Copyright © 2011 Sun Microsystems, Inc.. All Rights Reserved.