com.stc.eways.batchext
Class FtpFileException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.stc.eways.common.eway.standalone.NestedException
com.stc.eways.batchext.BatchException
com.stc.eways.batchext.FtpFileException
- All Implemented Interfaces:
- java.io.Serializable
public class FtpFileException
- extends BatchException
This is an exception class for the FTP ETD.
- Version:
- cvs revision: $Revision: 1.4 $ Last Modified: $Date: 2008/02/25 16:56:24 $
- Author:
- Harry Liu
- See Also:
- Serialized Form
Fields inherited from class com.stc.eways.common.eway.standalone.NestedException |
_NestedException |
Methods inherited from class com.stc.eways.common.eway.standalone.NestedException |
getMessage, getNestedException, printStackTrace |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
FtpFileException
public FtpFileException()
- Constructor.
FtpFileException
public FtpFileException(java.lang.String msg)
- Constructor.
- Parameters:
msg
- Exception message.
FtpFileException
public FtpFileException(java.lang.String msg,
java.lang.Exception ex)
- Constructor.
- Parameters:
msg
- Exception message.ex
- The nested exception.