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