All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.archiveaccessor.zipfileaccessor.ZipFileAccessorException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----com.ibm.archiveaccessor.filestore.FileBucketAccessorException
                           |
                           +----com.ibm.archiveaccessor.zipfileaccessor.ZipFileAccessorException

public class ZipFileAccessorException
extends FileBucketAccessorException
The ZipFiletAccessorException class defines an exception that may be thrown in an object of the ZipFileAccessor class.


Constructor Index

 o ZipFileAccessorException()
Constructs an exception with no specified detail message.
 o ZipFileAccessorException(String)
Constructs an exception with the specified detail message.

Constructors

 o ZipFileAccessorException
 public ZipFileAccessorException()
Constructs an exception with no specified detail message.

 o ZipFileAccessorException
 public ZipFileAccessorException(String aMessage)
Constructs an exception with the specified detail message.

Parameters:
aMessage - the detail message.

All Packages  Class Hierarchy  This Package  Previous  Next  Index