public class FtpCException
extends java.lang.Exception
FtpClient
object . FtpCException
exceptions are thrown when:FtpClient
objectConstructor and Description |
---|
FtpCException()
Constructs an
FtpCException with null as its error detail message |
FtpCException(java.lang.String s)
Constructs an
FtpCException with the specified message. |
public FtpCException()
FtpCException
with null
as its error detail messagepublic FtpCException(java.lang.String s)
FtpCException
with the specified message.
The error message string can be later retrieved by the Throwable.getMessage()
method of class java.lang.Throwable
s
- the specified message