public class

LiteralException

extends ProtocolException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ com.google.code.com.sun.mail.iap.ProtocolException
         ↳ com.google.code.com.sun.mail.iap.LiteralException

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class com.google.code.com.sun.mail.iap.ProtocolException
From class java.lang.Exception
From class java.lang.Throwable
[Expand]
Inherited Fields
From class com.google.code.com.sun.mail.iap.ProtocolException
From class java.lang.Throwable
Public Constructors
LiteralException(Response r)
Constructs a LiteralException with the specified Response object.
[Expand]
Inherited Methods
From class com.google.code.com.sun.mail.iap.ProtocolException
From class java.lang.Throwable
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: -6919179828339609913 (0x9ffa229b02c4eec7)

Public Constructors

public LiteralException (Response r)

Constructs a LiteralException with the specified Response object.

Parameters
r