Class GroupContextNotFoundException

All Implemented Interfaces:
Serializable

public class GroupContextNotFoundException extends AbstractRuntimeException
Thrown when the group context is not found.
Since:
1.2
See Also:
  • Constructor Details

    • GroupContextNotFoundException

      public GroupContextNotFoundException(String message)
      Constructs a GroupContextNotFoundException with the specified detail message.
      Parameters:
      message - the detail message (which is saved for later retrieval by the AbstractRuntimeException.getMessage() method).