edu.internet2.middleware.grouper.exception
Class AuditEntryNotFoundException

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.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 $
Author:
mchyzer.
See Also:
Serialized Form

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

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 -