|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.sun.mail.iap.ProtocolException
com.sun.mail.iap.ParsingException
public class ParsingException
| Field Summary |
|---|
| Fields inherited from class com.sun.mail.iap.ProtocolException |
|---|
response |
| Constructor Summary | |
|---|---|
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 |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ParsingException()
public ParsingException(java.lang.String s)
s - the detail messagepublic ParsingException(Response r)
r - the Response
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||