com.sun.mail.iap
Class ProtocolException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sun.mail.iap.ProtocolException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- BadCommandException, CommandFailedException, ConnectionException, LiteralException, ParsingException
public class ProtocolException
- extends Exception
- 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 |
response
protected transient Response response
ProtocolException
public ProtocolException()
- Constructs a ProtocolException with no detail message.
ProtocolException
public ProtocolException(String message)
- Constructs a ProtocolException with the specified detail message.
- Parameters:
message
- the detail message
ProtocolException
public ProtocolException(String message,
Throwable cause)
- Constructs a ProtocolException with the specified detail message
and cause.
- Parameters:
message
- the detail messagecause
- the cause
ProtocolException
public ProtocolException(Response r)
- Constructs a ProtocolException with the specified Response object.
getResponse
public Response getResponse()
- Return the offending Response object.
Copyright © 2011 Sun Microsystems, Inc.. All Rights Reserved.