- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.sun.mail.iap.ProtocolException
-
- com.sun.mail.iap.LiteralException
-
- All Implemented Interfaces:
java.io.Serializable
public class LiteralException extends ProtocolException
- Author:
- Bill Shannon
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.sun.mail.iap.ProtocolException
response
-
-
Constructor Summary
Constructors Constructor Description LiteralException(Response r)
Constructs a LiteralException with the specified Response object.
-
Method Summary
-
Methods inherited from class com.sun.mail.iap.ProtocolException
getResponse
-
-
-
-
Constructor Detail
-
LiteralException
public LiteralException(Response r)
Constructs a LiteralException with the specified Response object.- Parameters:
r
- the response object
-
-