Class AuditEntryNotFoundException

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

public class AuditEntryNotFoundException extends RuntimeException
Exception thrown when an audit entry is not found within the Groups Registry.

Version:
$Id: AuditEntryNotFoundException.java,v 1.1 2009-06-28 19:02:17 mchyzer Exp $
See Also:
  • Constructor Details

    • AuditEntryNotFoundException

      public AuditEntryNotFoundException()
    • AuditEntryNotFoundException

      public AuditEntryNotFoundException(String msg)
      Parameters:
      msg -
    • AuditEntryNotFoundException

      public AuditEntryNotFoundException(String msg, Throwable cause)
      Parameters:
      msg -
      cause -
    • AuditEntryNotFoundException

      public AuditEntryNotFoundException(Throwable cause)
      Parameters:
      cause -