Sun Adapter for Batch/FTP

com.stc.eways.batchext
Class LocalFileException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.stc.eways.common.eway.standalone.NestedException
              extended by com.stc.eways.batchext.BatchException
                  extended by com.stc.eways.batchext.LocalFileException
All Implemented Interfaces:
java.io.Serializable

public class LocalFileException
extends BatchException

An exception class for local file component.

Version:
cvs revision: $Revision: 1.4 $ Last Modified: $Date: 2008/02/25 16:56:24 $
Author:
Harry Liu
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.stc.eways.common.eway.standalone.NestedException
_NestedException
 
Constructor Summary
LocalFileException(java.lang.String msg)
          Constructor.
LocalFileException(java.lang.String msg, java.lang.Exception ex)
          Constructor.
 
Method Summary
 
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
 

Constructor Detail

LocalFileException

public LocalFileException(java.lang.String msg)
Constructor.

Parameters:
msg - Exception message.

LocalFileException

public LocalFileException(java.lang.String msg,
                          java.lang.Exception ex)
Constructor.

Parameters:
msg - Exception message.
ex - Nested exception.

Sun Adapter for Batch/FTP