Java org.apache.commons.net MalformedServerReplyException fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.net MalformedServerReplyException fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.net MalformedServerReplyException.

The text is from its open source code.

Constructor

MalformedServerReplyException(String message)
Constructs a MalformedServerReplyException with a specified message.

Method

StringgetMessage()
Returns the detail message string of this throwable.
ThrowableinitCause(Throwable cause)
Initializes the cause of this throwable to the specified value.