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])
-
ArchiveManException()
- Creates an ArchiveManException
-
ArchiveManException(String)
- Creates an ArchiveManException with a message.
-
toString()
- Prepend a label to indicate where the exception occured
ArchiveManException
public ArchiveManException()
- Creates an ArchiveManException
ArchiveManException
public ArchiveManException(String s)
- Creates an ArchiveManException with a message.
- Parameters:
- the - message String
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