edu.internet2.middleware.grouper.internal.dao
Class GrouperDAOException

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.GrouperException
                  extended by edu.internet2.middleware.grouper.internal.dao.GrouperDAOException
All Implemented Interfaces:
Serializable

public class GrouperDAOException
extends GrouperException

Generic Grouper DAO exception.

Version:
$Id: GrouperDAOException.java,v 1.5 2009-03-15 06:37:22 mchyzer Exp $
See Also:
Serialized Form

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

GrouperDAOException

public GrouperDAOException()

GrouperDAOException

public GrouperDAOException(String msg)
Parameters:
msg -

GrouperDAOException

public GrouperDAOException(String msg,
                           Throwable cause)
Parameters:
msg -
cause -

GrouperDAOException

public GrouperDAOException(Throwable cause)
Parameters:
cause -