Class RoleSetNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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 $
See Also:
  • Constructor Details

    • 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 -