FTP-Server API

setup
Class NoSuchTagException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--setup.NoSuchTagException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
NoSuchOptionException

public class NoSuchTagException
extends Exception

See Also:
Serialized Form

Constructor Summary
NoSuchTagException(String message)
           
 
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

NoSuchTagException

public NoSuchTagException(String message)

FTP-Server API