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