EndpointGroupAlreadyExistsException constructor
Implementation
EndpointGroupAlreadyExistsException({String? type, String? message})
: super(
type: type,
code: 'EndpointGroupAlreadyExistsException',
message: message);