Class GroupNotFoundException

All Implemented Interfaces:
Serializable

public class GroupNotFoundException extends ResourceNotFoundException
See Also:
  • Field Details

    • groupId

      public String groupId
  • Constructor Details

    • GroupNotFoundException

      public GroupNotFoundException(String groupId)
    • GroupNotFoundException

      public GroupNotFoundException(String groupId, String message)
    • GroupNotFoundException

      public GroupNotFoundException(String groupId, String message, Throwable cause)
    • GroupNotFoundException

      public GroupNotFoundException(PKIException.Data data)
  • Method Details