Class semper.archive.ArchiveManException
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class semper.archive.ArchiveManException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----semper.archive.ArchiveManException

public class ArchiveManException
extends Exception
Generic exception class for the archive service block
Version:
$Revision: 1.7 $ $Date: 1996/12/05 10:26:02 $
Author:
Marc Mazoue ([email protected])

Constructor Index

 o ArchiveManException()
Creates an ArchiveManException
 o ArchiveManException(String)
Creates an ArchiveManException with a message.

Method Index

 o toString()
Prepend a label to indicate where the exception occured

Constructors

 o ArchiveManException
  public ArchiveManException()
Creates an ArchiveManException
 o ArchiveManException
  public ArchiveManException(String s)
Creates an ArchiveManException with a message.
Parameters:
the - message String

Methods

 o toString
  public String toString()
Prepend a label to indicate where the exception occured
Returns:
a String describing the exception
Overrides:
toString in class Throwable

All Packages  Class Hierarchy  This Package  Previous  Next  Index