|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.mockftpserver.core.MockFtpServerException
public class MockFtpServerException
Represents an error specific to the MockFtpServer project.
| Constructor Summary | |
|---|---|
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 |
|
| 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 |
|---|
public MockFtpServerException(String message)
message - - the exception detail messagepublic MockFtpServerException(Throwable cause)
cause - - the Throwable cause
public MockFtpServerException(String message,
Throwable cause)
message - - the exception detail messagecause - - the Throwable cause
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||