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])
-
ArchiveManException()
- Creates an ArchiveManException
-
ArchiveManException(String)
- Creates an ArchiveManException with a textual message.
-
toString()
- Converts the exception to a human-readable form
ArchiveManException
public ArchiveManException()
- Creates an ArchiveManException
ArchiveManException
public ArchiveManException(String s)
- Creates an ArchiveManException with a textual message.
- Parameters:
- s - the textual message.
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