Class RoleNotFoundException

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

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