FileDocCategorySizeDatePackage
LiteralException.javaAPI DocJavaMail 1.4.32305Tue Nov 17 10:38:10 GMT 2009com.sun.mail.iap

LiteralException

public class LiteralException extends ProtocolException
author
Bill Shannon

Fields Summary
private static final long
serialVersionUID
Constructors Summary
public LiteralException(Response r)
Constructs a LiteralException with the specified Response object.


                 
       
	super(r.toString());
	response = r;
    
Methods Summary