public class FtpException extends RuntimeException
Constructor and Description |
---|
FtpException(String message) |
FtpException(String messageTemplate,
Object... params) |
FtpException(String message,
Throwable throwable) |
FtpException(String message,
Throwable throwable,
boolean enableSuppression,
boolean writableStackTrace) |
FtpException(Throwable e) |
FtpException(Throwable throwable,
String messageTemplate,
Object... params) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2024. All rights reserved.