org.mockftpserver.core
Class MockFtpServerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.mockftpserver.core.MockFtpServerException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CommandSyntaxException, FileSystemException, IllegalStateException, NotLoggedInException

public class MockFtpServerException
extends RuntimeException

Represents an error specific to the MockFtpServer project.

Version:
$Revision: 8 $ - $Date: 2007-12-18 22:42:32 -0500 (Tue, 18 Dec 2007) $
Author:
Chris Mair
See Also:
Serialized Form

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

MockFtpServerException

public MockFtpServerException(String message)
Create a new instance with the specified detail message and no cause

Parameters:
message - - the exception detail message

MockFtpServerException

public MockFtpServerException(Throwable cause)
Create a new instance with the specified detail message and no cause

Parameters:
cause - - the Throwable cause

MockFtpServerException

public MockFtpServerException(String message,
                              Throwable cause)
Create a new instance with the specified detail message and cause

Parameters:
message - - the exception detail message
cause - - the Throwable cause


Copyright © 2014. All rights reserved.