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