org.mockftpserver.core
Class IllegalStateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.mockftpserver.core.MockFtpServerException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.