edtFTPj/Free - Open-source FTP library for Java | Download


com.enterprisedt.net.ftp
Class MalformedReplyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.enterprisedt.net.ftp.FTPException
              extended by com.enterprisedt.net.ftp.MalformedReplyException
All Implemented Interfaces:
java.io.Serializable

public class MalformedReplyException
extends FTPException

A malformed reply was received from the server

Version:
$Revision: 1.1 $
Author:
Bruce Blackshaw
See Also:
Serialized Form

Field Summary
static java.lang.String cvsId
          Revision control id
 
Constructor Summary
MalformedReplyException(java.lang.String msg)
          Constructor.
 
Method Summary
 
Methods inherited from class com.enterprisedt.net.ftp.FTPException
getReplyCode, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

cvsId

public static final java.lang.String cvsId
Revision control id

See Also:
Constant Field Values
Constructor Detail

MalformedReplyException

public MalformedReplyException(java.lang.String msg)
Constructor. Delegates to super.

Parameters:
msg - Message that the user will be able to retrieve


Copyright (c) 2001-2007 Enterprise Distributed Technologies Ltd. All Rights Reserved.