edu.internet2.middleware.grouper.exception
Class RoleNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by edu.internet2.middleware.grouper.exception.RoleNotFoundException
All Implemented Interfaces:
Serializable

public class RoleNotFoundException
extends RuntimeException

Exception thrown when an role is not found within the Registry.

Version:
$Id: RoleNotFoundException.java,v 1.1 2009-09-17 04:19:15 mchyzer Exp $
Author:
mchyzer
See Also:
Serialized Form

Constructor Summary
RoleNotFoundException()
           
RoleNotFoundException(String msg)
           
RoleNotFoundException(String msg, Throwable cause)
           
RoleNotFoundException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RoleNotFoundException

public RoleNotFoundException()

RoleNotFoundException

public RoleNotFoundException(String msg)
Parameters:
msg -

RoleNotFoundException

public RoleNotFoundException(String msg,
                             Throwable cause)
Parameters:
msg -
cause -

RoleNotFoundException

public RoleNotFoundException(Throwable cause)
Parameters:
cause -