com.sun.mail.iap
Class ParsingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sun.mail.iap.ProtocolException
com.sun.mail.iap.ParsingException
- All Implemented Interfaces:
- Serializable
public class ParsingException
- extends ProtocolException
- Author:
- John Mani
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ParsingException
public ParsingException()
- Constructs an ParsingException with no detail message.
ParsingException
public ParsingException(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
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.