Class GroupNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.kuali.rice.krad.exception.GroupNotFoundException
All Implemented Interfaces:
Serializable

public class GroupNotFoundException extends Exception
Represents an exception that is thrown when a given group can not be retrieved from workflow
Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
  • Constructor Details

    • GroupNotFoundException

      public GroupNotFoundException()
    • GroupNotFoundException

      public GroupNotFoundException(String s)
    • GroupNotFoundException

      public GroupNotFoundException(Throwable t)
    • GroupNotFoundException

      public GroupNotFoundException(String s, Throwable t)