public class

ParsingException

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

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
ParsingException()
Constructs an ParsingException with no detail message.
ParsingException(String s)
Constructs an ParsingException with the specified detail message.
ParsingException(Response r)
Constructs an ParsingException with the specified Response.
[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: 7756119840142724839 (0x6ba345e6a3110ee7)

Public Constructors

public ParsingException ()

Constructs an ParsingException with no detail message.

public ParsingException (String s)

Constructs an ParsingException with the specified detail message.

Parameters
s The detail message

public ParsingException (Response r)

Constructs an ParsingException with the specified Response.

Parameters
r The Response