FMFileManagerExceptionpublic class FMFileManagerException extends Exception
(Omit source code)
Constructors Summary |
---|
public FMFileManagerException(String str)
super(str);
| public FMFileManagerException(String str, Throwable cause)
super( str, cause );
|
|