superwaba.ext.xplat.io
Class FTPConnectionClosedException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--superwaba.ext.xplat.io.FTPConnectionClosedException

public class FTPConnectionClosedException
extends java.lang.Exception

This Exception is thrown when a FTP connection is closed, maybe explicitly or by timeout.

See Also:
Serialized Form

Constructor Summary
FTPConnectionClosedException(java.lang.String arg0)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FTPConnectionClosedException

public FTPConnectionClosedException(java.lang.String arg0)