CertificateAlreadyExistsException({String? type, String? message}) : super( type: type, code: 'CertificateAlreadyExistsException', message: message);