All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class semper.access.RoleException

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

public class RoleException
extends RuntimeException
SEMPER Access Control

RoleExceptions are thrown whenever an illegal, null, or other exceptions are found on a role object.

Version:
$Revision: 1.1 $ $Date: 1997/12/17 09:43:03 $
Author:
Mogens Rom Andersen ([email protected])

Constructor Index

 o RoleException()
constructor for RoleExceptions.
 o RoleException(String)

Constructors

 o RoleException
 public RoleException()
constructor for RoleExceptions.

 o RoleException
 public RoleException(String s)

All Packages  Class Hierarchy  This Package  Previous  Next  Index