All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.archiveaccessor.filestore.FileBucketAccessorException

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

public class FileBucketAccessorException
extends Exception
The FileBucketAccessorException class introduces an exception that may be thrown during work with a bucket of files.


Constructor Index

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

Constructors

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

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

Parameters:
aMessage - the detail message.

All Packages  Class Hierarchy  This Package  Previous  Next  Index