FileDocCategorySizeDatePackage
LiteralException.javaAPI DocGlassfish v2 API2355Mon May 14 15:28:44 BST 2007com.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