public class NotLoggedInException extends MockFtpServerException
| Constructor and Description |
|---|
NotLoggedInException(java.lang.String message) |
NotLoggedInException(java.lang.String message,
java.lang.Throwable cause) |
NotLoggedInException(java.lang.Throwable cause) |
public NotLoggedInException(java.lang.String message)
message - - the exception messagepublic NotLoggedInException(java.lang.Throwable cause)
cause - - the cause exceptionpublic NotLoggedInException(java.lang.String message,
java.lang.Throwable cause)
message - - the exception messagecause - - the cause exception