Sun Adapter for Batch/FTP

com.stc.connector.batchadapter.system
Class BatchInboundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.stc.connector.appconn.common.ApplicationException
              extended by com.stc.connector.batchadapter.system.BatchInboundException
All Implemented Interfaces:
java.io.Serializable

public class BatchInboundException
extends com.stc.connector.appconn.common.ApplicationException

Author:
rchen
See Also:
Serialized Form

Constructor Summary
BatchInboundException()
          Creates a new instance of BatchInboundException
BatchInboundException(java.lang.String msg)
          Constructs an instance of BatchInboundException with the specified detail message.
BatchInboundException(java.lang.String msg, java.lang.Exception ex)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BatchInboundException

public BatchInboundException()
Creates a new instance of BatchInboundException


BatchInboundException

public BatchInboundException(java.lang.String msg)
Constructs an instance of BatchInboundException with the specified detail message.

Parameters:
msg - the detail message.

BatchInboundException

public BatchInboundException(java.lang.String msg,
                             java.lang.Exception ex)

Sun Adapter for Batch/FTP