org.apache.commons.net
public class MalformedServerReplyException extends IOException
Constructor and Description |
---|
MalformedServerReplyException()
Constructs a MalformedServerReplyException with no message
|
MalformedServerReplyException(String message)
Constructs a MalformedServerReplyException with a specified message.
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public MalformedServerReplyException()
public MalformedServerReplyException(String message)
message
- The message explaining the reason for the exception.Copyright © 2001-2014 The Apache Software Foundation. All Rights Reserved.