roles
Class RoleException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--roles.RoleException
Direct Known Subclasses:
DuplicateRoleException, NoSuchRoleException

public abstract class RoleException
extends java.lang.Exception

This exception class is used to alert role type errors.

See Also:
Serialized Form

Constructor Summary
RoleException(java.lang.String msg)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RoleException

public RoleException(java.lang.String msg)