Class 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:
  • Constructor Details

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