|
|||||||||
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
public class ProtocolException
Field Summary | |
---|---|
protected Response |
response
|
Constructor Summary | |
---|---|
ProtocolException()
Constructs a ProtocolException with no detail message. |
|
ProtocolException(Response r)
Constructs a ProtocolException with the specified Response object. |
|
ProtocolException(java.lang.String s)
Constructs a ProtocolException with the specified detail message. |
Method Summary | |
---|---|
Response |
getResponse()
Return the offending Response object. |
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 |
Field Detail |
---|
protected transient Response response
Constructor Detail |
---|
public ProtocolException()
public ProtocolException(java.lang.String s)
s
- the detail messagepublic ProtocolException(Response r)
Method Detail |
---|
public Response getResponse()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |