org.mockftpserver.fake.filesystem
Class InvalidFilenameException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.mockftpserver.core.MockFtpServerException
                  extended by org.mockftpserver.fake.filesystem.FileSystemException
                      extended by org.mockftpserver.fake.filesystem.InvalidFilenameException
All Implemented Interfaces:
Serializable

public class InvalidFilenameException
extends FileSystemException

Exception thrown when a path/filename is not valid. Causes include:

See Also:
Serialized Form

Constructor Summary
InvalidFilenameException(String path)
           
InvalidFilenameException(String path, Throwable cause)
           
 
Method Summary
 
Methods inherited from class org.mockftpserver.fake.filesystem.FileSystemException
getMessageKey, getPath, setMessageKey, setPath
 
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

InvalidFilenameException

public InvalidFilenameException(String path)
Parameters:
path - - the path involved in the file system operation that caused the exception

InvalidFilenameException

public InvalidFilenameException(String path,
                                Throwable cause)
Parameters:
path - - the path involved in the file system operation that caused the exception
cause - - the exception cause, wrapped by this exception


Copyright © 2014. All rights reserved.