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
 
 
- 
- 
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
 
 - 
 
 -