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.6 $ $Date: 1996/11/15 09:42:13 $
Author:
Marc Mazoue ([email protected])

Constructor Index

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

Method Index

 o toString()
Converts the exception to a human-readable form

Constructors

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

Methods

 o toString
  public String toString()
Converts the exception to a human-readable form
Overrides:
toString in class Throwable

All Packages  Class Hierarchy  This Package  Previous  Next  Index