public class MockFtpServerException
extends java.lang.RuntimeException
| Constructor and Description |
|---|
MockFtpServerException(java.lang.String message)
Create a new instance with the specified detail message and no cause
|
MockFtpServerException(java.lang.String message,
java.lang.Throwable cause)
Create a new instance with the specified detail message and cause
|
MockFtpServerException(java.lang.Throwable cause)
Create a new instance with the specified detail message and no cause
|
public MockFtpServerException(java.lang.String message)
message - - the exception detail messagepublic MockFtpServerException(java.lang.Throwable cause)
cause - - the Throwable causepublic MockFtpServerException(java.lang.String message,
java.lang.Throwable cause)
message - - the exception detail messagecause - - the Throwable cause