|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
gnu.inet.nntp.NNTPException
public class NNTPException
An NNTP exception.
Field Summary | |
---|---|
protected StatusResponse |
response
|
Constructor Summary | |
---|---|
protected |
NNTPException(StatusResponse response)
Constructor. |
Method Summary | |
---|---|
StatusResponse |
getResponse()
Returns the response that caused this exception. |
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 final StatusResponse response
Constructor Detail |
---|
protected NNTPException(StatusResponse response)
Method Detail |
---|
public StatusResponse getResponse()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |