org.mockftpserver.core
Class IllegalStateException

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.IllegalStateException
All Implemented Interfaces:
Serializable

public class IllegalStateException
extends MockFtpServerException

Represents an error indicating that the server is in an illegal state, or that a server command is invoked when its preconditions have not been met.

Version:
$Revision: 182 $ - $Date: 2008-11-30 21:37:49 -0500 (Sun, 30 Nov 2008) $
Author:
Chris Mair
See Also:
Serialized Form

Constructor Summary
IllegalStateException(String message)
           
IllegalStateException(String message, Throwable cause)
           
IllegalStateException(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

IllegalStateException

public IllegalStateException(String message)
Parameters:
message -

IllegalStateException

public IllegalStateException(Throwable cause)
Parameters:
cause -

IllegalStateException

public IllegalStateException(String message,
                             Throwable cause)
Parameters:
message -
cause -


Copyright © 2014. All rights reserved.