public class JesException extends Exception
Constructor and Description |
---|
JesException(org.apache.commons.net.ftp.FTPClient ftpClient,
String message,
Object... arguments)
Constructs a new
JesException with the given message, formatting as
described at Strings.format(String, Object...) , appending the latest
FTP reply string. |
JesException(String message,
Object... arguments)
Constructs a new
JesException with the given message, formatting as
described at Strings.format(String, Object...) . |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public JesException(String message, Object... arguments)
JesException
with the given message, formatting as
described at Strings.format(String, Object...)
.message
- the detail messagearguments
- arguments referenced by format specifiers in message
public JesException(org.apache.commons.net.ftp.FTPClient ftpClient, String message, Object... arguments)
JesException
with the given message, formatting as
described at Strings.format(String, Object...)
, appending the latest
FTP reply string.ftpClient
- FTP client with reply stringmessage
- the detail messagearguments
- arguments referenced by format specifiers in message
Copyright © 2025. All rights reserved.