All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class semper.seccomm.SecComPointException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----semper.comm.ComPointException
                           |
                           +----semper.seccomm.SecComPointException

public class SecComPointException
extends ComPointException
This class provides SecComPointExceptions. Should be extended for more specific exceptions.

Version:
$Revision: 1.5 $ $Date: 1998/05/04 11:11:09 $

Constructor Index

 o SecComPointException()
Creates a SecComPointException
 o SecComPointException(String)
Creates a SecComPointException with a detailed description.

Method Index

 o toString()
Convert to String

Constructors

 o SecComPointException
 public SecComPointException()
Creates a SecComPointException

 o SecComPointException
 public SecComPointException(String s)
Creates a SecComPointException with a detailed description.

Parameters:
s - A detailed description

Methods

 o toString
 public String toString()
Convert to String

Overrides:
toString in class ComPointException

All Packages  Class Hierarchy  This Package  Previous  Next  Index