Package com.sun.mail.iap
Class LiteralException
- 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
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
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
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
LiteralException
public LiteralException(Response r)
Constructs a LiteralException with the specified Response object.- Parameters:
r
- the response object
-
-