gnu.inet.nntp

Class NNTPException


public class NNTPException
extends IOException

An NNTP exception.

Version:
$Revision: 1.5 $ $Date: 2004/10/21 15:21:55 $

Author:
Chris Burdess

Field Summary

protected StatusResponse
response

Constructor Summary

NNTPException(StatusResponse response)
Constructor.

Method Summary

StatusResponse
getResponse()
Returns the response that caused this exception.

Field Details

response

protected final StatusResponse response

Constructor Details

NNTPException

protected NNTPException(StatusResponse response)
Constructor.

Method Details

getResponse

public StatusResponse getResponse()
Returns the response that caused this exception.


© Copyright 2003 The Free Software Foundation, all rights reserved