Class COM.ibm.jaws.services.filepobc.FilepoIOException
All Packages Class Hierarchy This Package Previous Next Index
Class COM.ibm.jaws.services.filepobc.FilepoIOException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----java.lang.RuntimeException
|
+----COM.ibm.jaws.mofw.MOFWException
|
+----COM.ibm.jaws.services.filepobc.FilepoIOException
- public class FilepoIOException
- extends MOFWException
Signal that an IOException occurred on a file.
-
FilepoIOException()
- Constructs a FilepoIOException with no explanation.
-
FilepoIOException(IOException)
- Constructs a FilepoIOException with an IOException parameter.
-
FilepoIOException(String)
- Constructs a FilepoIOException with a string explanation.
FilepoIOException
public FilepoIOException()
- Constructs a FilepoIOException with no explanation.
FilepoIOException
public FilepoIOException(String s)
- Constructs a FilepoIOException with a string explanation.
FilepoIOException
public FilepoIOException(IOException e)
- Constructs a FilepoIOException with an IOException parameter.
All Packages Class Hierarchy This Package Previous Next Index