All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.archiveaccessor.jarfileaccessor.JarFileAccessorException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----com.ibm.archiveaccessor.filestore.FileBucketAccessorException
                           |
                           +----com.ibm.archiveaccessor.jarfileaccessor.JarFileAccessorException

public class JarFileAccessorException
extends FileBucketAccessorException
The JarFiletAccessorException class defines an exception that may be thrown in an object of the JarFileAccessor class.


Constructor Index

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

Constructors

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

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

Parameters:
aMessage - the detail message.

All Packages  Class Hierarchy  This Package  Previous  Next  Index