oracle.ifs.adk.filesystem
Class ExceptionHelper
java.lang.Object
|
+--oracle.ifs.adk.filesystem.ExceptionHelper
- public class ExceptionHelper
- extends java.lang.Object
ExceptionHelper is a class useid to rethrow
a specific iFS exception (thrown by the repository) into
a more generalized FileSystem exception (e.g., file not found).
getFileManagerException
public IfsException getFileManagerException(IfsException reposException)
- Parameters:
exception
- A repos exception to be converted into an FMI
interface exception.- Returns:
- a new IfsException with an FMI Interface errorcode
with the provided exception now nested inside.
- Throws:
IfsException
- if operation fails.
(c) 2002 Copyright Oracle Corporation. All rights reserved.