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.
-
ZipFileAccessorException()
- Constructs an exception with no specified detail message.
-
ZipFileAccessorException(String)
- Constructs an exception with the specified detail message.
ZipFileAccessorException
public ZipFileAccessorException()
- Constructs an exception with no specified detail message.
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