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.

Constructor Index

 o FilepoIOException()
Constructs a FilepoIOException with no explanation.
 o FilepoIOException(IOException)
Constructs a FilepoIOException with an IOException parameter.
 o FilepoIOException(String)
Constructs a FilepoIOException with a string explanation.

Constructors

 o FilepoIOException
  public FilepoIOException()
Constructs a FilepoIOException with no explanation.
 o FilepoIOException
  public FilepoIOException(String s)
Constructs a FilepoIOException with a string explanation.
 o FilepoIOException
  public FilepoIOException(IOException e)
Constructs a FilepoIOException with an IOException parameter.

All Packages  Class Hierarchy  This Package  Previous  Next  Index