public class MockFtpServerException extends RuntimeException
Constructor and Description |
---|
MockFtpServerException(String message)
Create a new instance with the specified detail message and no cause
|
MockFtpServerException(String message,
Throwable cause)
Create a new instance with the specified detail message and cause
|
MockFtpServerException(Throwable cause)
Create a new instance with the specified detail message and no cause
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public MockFtpServerException(String message)
message
- - the exception detail messagepublic MockFtpServerException(Throwable cause)
cause
- - the Throwable causeCopyright © 2016. All rights reserved.