public class NntpException
extends java.lang.Exception
| Constructor and Description |
|---|
NntpException(java.lang.String message)
Creates exception with specified message string.
|
NntpException(java.lang.String message,
java.lang.Throwable cause)
NntpException is thrown by many methods of Nntp class.
|
NntpException(java.lang.Throwable cause) |
public NntpException(java.lang.String message)
message - the message of exceptionpublic NntpException(java.lang.String message,
java.lang.Throwable cause)
message - the message of exceptioncause - the source of this exceptionpublic NntpException(java.lang.Throwable cause)
Copyright © JSCAPE LLC. 1999-2021. All Rights Reserved