All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class semper.access.RegistrationException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.lang.RuntimeException
                           |
                           +----semper.access.RegistrationException

public class RegistrationException
extends RuntimeException
SEMPER Access Control

RegistrationExceptions are thrown whenever a fatal error occurs while registering an application

Version:
$Revision: 1.2 $ $Date: 1997/12/19 14:43:08 $
Author:
Mogens Rom Andersen ([email protected])
See Also:
registerSignedApplication, registerSignedModule

Constructor Index

 o RegistrationException()
constructor for RegistrationExceptions.
 o RegistrationException(String)

Constructors

 o RegistrationException
 public RegistrationException()
constructor for RegistrationExceptions.

 o RegistrationException
 public RegistrationException(String s)

All Packages  Class Hierarchy  This Package  Previous  Next  Index