com.enterprisedt.net.ftp.pro
Class FTPIntegrityCheckException

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.pro.FTPIntegrityCheckException
All Implemented Interfaces:
java.io.Serializable

public class FTPIntegrityCheckException
extends FTPException

Thrown an integrity check fails

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

Field Summary
static java.lang.String cvsId
          Revision control id
 
Constructor Summary
FTPIntegrityCheckException(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

FTPIntegrityCheckException

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



Copyright © 2001-2009 Enterprise Distributed Technologies Ltd. All Rights Reserved.