org.mockftpserver.core
Class NotLoggedInException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.mockftpserver.core.MockFtpServerException
                  extended by 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

Constructor Summary
NotLoggedInException(String message)
           
NotLoggedInException(String message, Throwable cause)
           
NotLoggedInException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.