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