Class FtpConnectionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.unirostock.sems.ModelCrawler.databases.BioModelsDb.exceptions.FtpConnectionException
-
- All Implemented Interfaces:
Serializable
public class FtpConnectionException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FtpConnectionException()
FtpConnectionException(String message)
FtpConnectionException(String message, Throwable cause)
FtpConnectionException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-