com.jscape.inet.nntp
Class NntpException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.jscape.inet.nntp.NntpException
- All Implemented Interfaces:
- ExceptionWrapper, java.io.Serializable
public class NntpException
- extends java.lang.Exception
- implements ExceptionWrapper
NntpException is thrown by many methods of Nntp class. The methods are
masking various exception types into NntpException, but the event message
will be propagated.
In case that the cause for throwing NntpException is not exception but
invalid client operation or server response, NntpException message will
contain textual part of server response.
- See Also:
- Serialized Form
Constructor Summary |
NntpException(java.lang.String message)
Creates exception with specified message string. |
NntpException(java.lang.String message,
java.lang.Exception exception)
NntpException is thrown by many methods of Nntp class. |
Method Summary |
java.lang.Exception |
getException()
Gets source of 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 |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
NntpException
public NntpException(java.lang.String message)
- Creates exception with specified message string.
- Parameters:
message
- the message of exception
NntpException
public NntpException(java.lang.String message,
java.lang.Exception exception)
- NntpException is thrown by many methods of Nntp class. The methods are
masking various exception types into NntpException, but the event
message will be propagated. In case that the cause for throwing
NntpException is not exception but invalid client operation or server
response, NntpException message will contain textual part of server
response.
- Parameters:
message
- the message of exceptionexception
- the source of this exception
getException
public java.lang.Exception getException()
- Gets source of this exception.
- Specified by:
getException
in interface ExceptionWrapper
- Returns:
- the source of this exception
Copyright © JSCAPE LLC. 1999-2011. All Rights Reserved