Class OwnerNotFoundException

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

public class OwnerNotFoundException extends RuntimeException
Exception thrown when an {link Owner} is not found within the Groups Registry.

Version:
$Id: OwnerNotFoundException.java,v 1.2 2009-03-15 06:37:23 mchyzer Exp $
See Also:
  • Constructor Details

    • OwnerNotFoundException

      public OwnerNotFoundException()
    • OwnerNotFoundException

      public OwnerNotFoundException(String msg)
    • OwnerNotFoundException

      public OwnerNotFoundException(String msg, Throwable cause)
    • OwnerNotFoundException

      public OwnerNotFoundException(Throwable cause)