FileDocCategorySizeDatePackage
FMFileManagerException.javaAPI DocAzureus 3.0.3.41141Wed Aug 04 12:30:58 BST 2004com.aelitis.azureus.core.diskmanager.file

FMFileManagerException

public class FMFileManagerException extends Exception
author
parg

Fields Summary
Constructors Summary
public FMFileManagerException(String str)

		super(str);
	
public FMFileManagerException(String str, Throwable cause)

		super( str, cause );
	
Methods Summary