edu.internet2.middleware.grouper.exception
Class RoleSetNotFoundException

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.RoleSetNotFoundException
All Implemented Interfaces:
Serializable

public class RoleSetNotFoundException
extends RuntimeException

Exception thrown when a role set is not found within the Groups Registry.

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

Constructor Summary
RoleSetNotFoundException()
           
RoleSetNotFoundException(String msg)
           
RoleSetNotFoundException(String msg, Throwable cause)
           
RoleSetNotFoundException(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

RoleSetNotFoundException

public RoleSetNotFoundException()

RoleSetNotFoundException

public RoleSetNotFoundException(String msg)
Parameters:
msg -

RoleSetNotFoundException

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

RoleSetNotFoundException

public RoleSetNotFoundException(Throwable cause)
Parameters:
cause -