- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.sun.mail.iap.ProtocolException
-
- com.sun.mail.iap.ParsingException
-
- All Implemented Interfaces:
java.io.Serializable
public class ParsingException extends ProtocolException
- Author:
- John Mani
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.sun.mail.iap.ProtocolException
response
-
-
Constructor Summary
Constructors Constructor Description ParsingException()
Constructs an ParsingException with no detail message.ParsingException(Response r)
Constructs an ParsingException with the specified Response.ParsingException(java.lang.String s)
Constructs an ParsingException with the specified detail message.
-
Method Summary
-
Methods inherited from class com.sun.mail.iap.ProtocolException
getResponse
-
-
-
-
Constructor Detail
-
ParsingException
public ParsingException()
Constructs an ParsingException with no detail message.
-
ParsingException
public ParsingException(java.lang.String s)
Constructs an ParsingException with the specified detail message.- Parameters:
s
- the detail message
-
ParsingException
public ParsingException(Response r)
Constructs an ParsingException with the specified Response.- Parameters:
r
- the Response
-
-