org.mockftpserver.core
Class NotLoggedInException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.mockftpserver.core.MockFtpServerException
org.mockftpserver.core.NotLoggedInException
- All Implemented Interfaces:
- Serializable
public class NotLoggedInException
- extends MockFtpServerException
Represents an error indicating that the current user has not yet logged in, but
is required to in order to invoke the requested command.
- Version:
- $Revision: 182 $ - $Date: 2008-11-30 21:37:49 -0500 (Sun, 30 Nov 2008) $
- Author:
- Chris Mair
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NotLoggedInException
public NotLoggedInException(String message)
- Parameters:
message -
NotLoggedInException
public NotLoggedInException(Throwable cause)
- Parameters:
cause -
NotLoggedInException
public NotLoggedInException(String message,
Throwable cause)
- Parameters:
message - cause -
Copyright © 2014. All rights reserved.